function JUnitConverterTest::testXmlToRowsEmptyFile
@covers ::xmlToRows
      
    
File
- 
              core/tests/ Drupal/ Tests/ Core/ Test/ JUnitConverterTest.php, line 49 
Class
Namespace
Drupal\Tests\Core\TestCode
public function testXmlToRowsEmptyFile() {
  // File system with an empty XML file.
  vfsStream::setup('junit_test', NULL, [
    'empty.xml' => '',
  ]);
  $this->assertSame([], JUnitConverter::xmlToRows(23, vfsStream::url('junit_test/empty.xml')));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
