You are here

public function DebugClassLoaderTest::testNotPsr0Bis 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::testNotPsr0Bis()

File

vendor/symfony/debug/Tests/DebugClassLoaderTest.php, line 163

Class

DebugClassLoaderTest

Namespace

Symfony\Component\Debug\Tests

Code

public function testNotPsr0Bis() {
  $this
    ->assertTrue(class_exists(__NAMESPACE__ . '\\Fixtures\\NotPSR0bis', true));
}