public function DebugClassLoaderTest::testPsr4CaseMismatch in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/debug/Tests/DebugClassLoaderTest.php \Symfony\Component\Debug\Tests\DebugClassLoaderTest::testPsr4CaseMismatch()
@expectedException \RuntimeException
File
- vendor/
symfony/ debug/ Tests/ DebugClassLoaderTest.php, line 153
Class
Namespace
Symfony\Component\Debug\TestsCode
public function testPsr4CaseMismatch() {
class_exists(__NAMESPACE__ . '\\Fixtures\\Psr4CaseMismatch', true);
}