function TestFileParserTest::testParseContents
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php \Drupal\Tests\Core\Test\RunTests\TestFileParserTest::testParseContents()
- 8.9.x core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php \Drupal\Tests\Core\Test\RunTests\TestFileParserTest::testParseContents()
- 11.x core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php \Drupal\Tests\Core\Test\RunTests\TestFileParserTest::testParseContents()
@covers ::parseContents @dataProvider provideTestFileContents
File
-
core/
tests/ Drupal/ Tests/ Core/ Test/ RunTests/ TestFileParserTest.php, line 72
Class
- TestFileParserTest
- @coversDefaultClass \Drupal\Core\Test\RunTests\TestFileParser @group Test @group RunTests
Namespace
Drupal\Tests\Core\Test\RunTestsCode
public function testParseContents($expected, $contents) : void {
$parser = new TestFileParser();
$ref_parse = new \ReflectionMethod($parser, 'parseContents');
$this->assertSame($expected, $ref_parse->invoke($parser, $contents));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.