You are here

27 calls to KernelTest::getKernel() in Zircon Profile 8

KernelTest::getKernelMockForIsClassInActiveBundleTest in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testBootInitializesBundlesAndContainer in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testBootKernelSeveralTimesOnlyInitializesBundlesOnce in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testBootSetsTheContainerToTheBundles in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testClassCacheIsLoaded in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testClassCacheIsNotLoadedByDefault in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testClassCacheIsNotLoadedWhenKernelIsNotBooted in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testHandleBootsTheKernel in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testHandleCallsHandleOnHttpKernel 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
KernelTest::testShutdownCallsShutdownOnAllBundles in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testShutdownGivesNullContainerToAllBundles in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in vendor/symfony/http-kernel/Tests/KernelTest.php
KernelTest::testTerminateReturnsSilentlyIfKernelIsNotBooted in vendor/symfony/http-kernel/Tests/KernelTest.php