function ErrorTest::testFormatBacktrace
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Utility/ErrorTest.php \Drupal\Tests\Core\Utility\ErrorTest::testFormatBacktrace()
- 10 core/tests/Drupal/Tests/Core/Utility/ErrorTest.php \Drupal\Tests\Core\Utility\ErrorTest::testFormatBacktrace()
- 11.x core/tests/Drupal/Tests/Core/Utility/ErrorTest.php \Drupal\Tests\Core\Utility\ErrorTest::testFormatBacktrace()
Tests the formatBacktrace() method.
@dataProvider providerTestFormatBacktrace
Parameters
array $backtrace: The test backtrace array.
array $expected: The expected return array.
File
-
core/
tests/ Drupal/ Tests/ Core/ Utility/ ErrorTest.php, line 73
Class
- ErrorTest
- @coversDefaultClass \Drupal\Core\Utility\Error @group Utility
Namespace
Drupal\Tests\Core\UtilityCode
public function testFormatBacktrace($backtrace, $expected) {
$this->assertSame($expected, Error::formatBacktrace($backtrace));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.