You are here

public function KernelTest::testLocateResourceThrowsExceptionWhenBundleDoesNotExist in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/KernelTest.php \Symfony\Component\HttpKernel\Tests\KernelTest::testLocateResourceThrowsExceptionWhenBundleDoesNotExist()

@expectedException \InvalidArgumentException

File

vendor/symfony/http-kernel/Tests/KernelTest.php, line 408

Class

KernelTest

Namespace

Symfony\Component\HttpKernel\Tests

Code

public function testLocateResourceThrowsExceptionWhenBundleDoesNotExist() {
  $this
    ->getKernel()
    ->locateResource('@FooBundle/config/routing.xml');
}