Skip to content

Commit e314eec

Browse files
committed
ensure kernel is shut down after each test
1 parent 98c1c32 commit e314eec

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

Tests/Functional/ExceptionListenerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public static function tearDownAfterClass()
3030
parent::tearDownAfterClass();
3131
}
3232

33-
protected function tearDown(): void
34-
{
35-
// prevent kernel shutdown
36-
}
37-
3833
public function testBundleListenerHandlesExceptionsInRestZones()
3934
{
4035
static::$client->request('GET', '/api/test');

Tests/Functional/RoutingTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ public static function tearDownAfterClass()
2727
parent::tearDownAfterClass();
2828
}
2929

30-
protected function tearDown(): void
31-
{
32-
// prevent kernel shutdown
33-
}
34-
3530
public function testPostControllerRoutesAreRegistered()
3631
{
3732
static::$client->request('GET', '/posts/1');

Tests/Functional/VersionTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public static function tearDownAfterClass()
3030
parent::tearDownAfterClass();
3131
}
3232

33-
protected function tearDown(): void
34-
{
35-
// prevent kernel shutdown
36-
}
37-
3833
public function testVersionAnnotation()
3934
{
4035
static::$client->request(

0 commit comments

Comments
 (0)