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 d10aa87 commit 68a8744Copy full SHA for 68a8744
tests/HttpKernel/TestKernelTest.php
@@ -32,7 +32,6 @@ public function setUp()
32
*/
33
public function testBundleSetRequire(array $bundleSets, $count)
34
{
35
- $this->kernel->init();
36
$this->kernel->requireBundleSets($bundleSets);
37
$bundles = $this->kernel->registerBundles();
38
$this->assertCount($count, $bundles);
@@ -60,7 +59,6 @@ public function testBundleAdd()
60
59
61
public function testRequireInvalidBundleSet()
62
63
64
$this->kernel->requireBundleSet('foobar');
65
}
66
0 commit comments