Skip to content

Commit 68a8744

Browse files
committed
remove call to init() that has been deprecated since 2.3
1 parent d10aa87 commit 68a8744

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/HttpKernel/TestKernelTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function setUp()
3232
*/
3333
public function testBundleSetRequire(array $bundleSets, $count)
3434
{
35-
$this->kernel->init();
3635
$this->kernel->requireBundleSets($bundleSets);
3736
$bundles = $this->kernel->registerBundles();
3837
$this->assertCount($count, $bundles);
@@ -60,7 +59,6 @@ public function testBundleAdd()
6059
*/
6160
public function testRequireInvalidBundleSet()
6261
{
63-
$this->kernel->init();
6462
$this->kernel->requireBundleSet('foobar');
6563
}
6664
}

0 commit comments

Comments
 (0)