You are here

17 calls to KernelTest::getBundle() in Zircon Profile 8

KernelTest::testInitializeBundles in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testInitializeBundlesSupportInheritanceCascade in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testInitializeBundlesSupportsArbitraryBundleRegistrationOrder in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testInitializeBundlesThrowsExceptionWhenABundleIsDirectlyExtendedByTwoBundles in vendor/symfony/http-kernel/Tests/KernelTest.php
@expectedException \LogicException @expectedExceptionMessage Bundle "ParentCBundle" is directly extended by two bundles "ChildC2Bundle" and "ChildC1Bundle".
KernelTest::testInitializeBundlesThrowsExceptionWhenAParentDoesNotExists in vendor/symfony/http-kernel/Tests/KernelTest.php
@expectedException \LogicException @expectedExceptionMessage Bundle "ChildCBundle" extends bundle "FooBar", which is not registered.
KernelTest::testInitializeBundleThrowsExceptionWhenABundleExtendsItself in vendor/symfony/http-kernel/Tests/KernelTest.php
@expectedException \LogicException @expectedExceptionMessage Bundle "CircularRefBundle" can not extend itself.
KernelTest::testInitializeBundleThrowsExceptionWhenRegisteringTwoBundlesWithTheSameName in vendor/symfony/http-kernel/Tests/KernelTest.php
@expectedException \LogicException @expectedExceptionMessage Trying to register two bundles with the same name "DuplicateName"
KernelTest::testLocateResourceIgnoresDirOnNonResource in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceOnDirectories in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceOverrideBundleAndResourcesFolders in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceReturnsAllMatches in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceReturnsAllMatchesBis in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceReturnsTheDirOneForResources in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceReturnsTheDirOneForResourcesAndBundleOnes in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceReturnsTheFirstThatMatches in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceReturnsTheFirstThatMatchesWithParent in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testLocateResourceThrowsExceptionWhenResourceDoesNotExist in vendor/symfony/http-kernel/Tests/KernelTest.php
@expectedException \InvalidArgumentException