Skip to content

Commit

Permalink
ensure kernel is shut down after each test
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 31, 2020
1 parent 455bc89 commit 0b90d54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions Tests/Functional/ExceptionListenerTest.php
Expand Up @@ -30,11 +30,6 @@ public static function tearDownAfterClass()
parent::tearDownAfterClass();
}

protected function tearDown(): void
{
// prevent kernel shutdown
}

public function testBundleListenerHandlesExceptionsInRestZones()
{
static::$client->request('GET', '/api/test');
Expand Down
5 changes: 0 additions & 5 deletions Tests/Functional/RoutingTest.php
Expand Up @@ -27,11 +27,6 @@ public static function tearDownAfterClass()
parent::tearDownAfterClass();
}

protected function tearDown(): void
{
// prevent kernel shutdown
}

public function testPostControllerRoutesAreRegistered()
{
static::$client->request('GET', '/posts/1');
Expand Down
5 changes: 0 additions & 5 deletions Tests/Functional/VersionTest.php
Expand Up @@ -30,11 +30,6 @@ public static function tearDownAfterClass()
parent::tearDownAfterClass();
}

protected function tearDown(): void
{
// prevent kernel shutdown
}

public function testVersionAnnotation()
{
static::$client->request(
Expand Down

0 comments on commit 0b90d54

Please sign in to comment.