You are here

public function DebugClassLoaderTest::testPsr4CaseMismatch in Zircon Profile 8

Same name and namespace in other branches
  1. 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

DebugClassLoaderTest

Namespace

Symfony\Component\Debug\Tests

Code

public function testPsr4CaseMismatch() {
  class_exists(__NAMESPACE__ . '\\Fixtures\\Psr4CaseMismatch', true);
}