public function DefaultFileLocatorTest::testGetAllClassNamesNonMatchingFileExtension in Plug 7
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ Mapping/ DefaultFileLocatorTest.php, line 71
Class
Namespace
Doctrine\Tests\Common\Persistence\MappingCode
public function testGetAllClassNamesNonMatchingFileExtension() {
$path = __DIR__ . "/_files";
$locator = new DefaultFileLocator(array(
$path,
), ".xml");
$this
->assertEquals(array(), $locator
->getAllClassNames("global"));
}