public function DebugClassLoaderTest::testNotPsr0Bis in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/debug/Tests/DebugClassLoaderTest.php \Symfony\Component\Debug\Tests\DebugClassLoaderTest::testNotPsr0Bis()
File
- vendor/
symfony/ debug/ Tests/ DebugClassLoaderTest.php, line 163
Class
Namespace
Symfony\Component\Debug\TestsCode
public function testNotPsr0Bis() {
$this
->assertTrue(class_exists(__NAMESPACE__ . '\\Fixtures\\NotPSR0bis', true));
}