You are here

public function AnnotationClassLoaderTest::testLoadMissingClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php \Symfony\Component\Routing\Tests\Loader\AnnotationClassLoaderTest::testLoadMissingClass()

@expectedException \InvalidArgumentException

File

vendor/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php, line 32

Class

AnnotationClassLoaderTest

Namespace

Symfony\Component\Routing\Tests\Loader

Code

public function testLoadMissingClass() {
  $this->loader
    ->load('MissingClass');
}