We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c96b4 commit c83e65aCopy full SHA for c83e65a
Tests/KernelTest.php
@@ -99,7 +99,7 @@ public function testClassCacheIsLoaded()
99
100
public function testClassCacheIsNotLoadedByDefault()
101
{
102
- $kernel = $this->getKernel(array('initializeBundles', 'initializeContainer'));
+ $kernel = $this->getKernel(array('initializeBundles', 'initializeContainer', 'doLoadClassCache'));
103
$kernel->expects($this->never())
104
->method('doLoadClassCache');
105
0 commit comments