File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff 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 ' );
Original file line number Diff line number Diff 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 ' );
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments