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 20e35d7 commit 023264dCopy full SHA for 023264d
Test/KernelTestCase.php
@@ -208,6 +208,8 @@ protected static function createKernel(array $options = [])
208
}
209
210
/**
211
+ * @after
212
+ *
213
* Shuts the kernel down if it was used in the test.
214
*/
215
protected static function ensureKernelShutdown()
@@ -220,12 +222,4 @@ protected static function ensureKernelShutdown()
220
222
221
223
224
-
- /**
225
- * Clean up Kernel usage in this test.
226
- */
227
- protected function tearDown()
228
- {
229
- static::ensureKernelShutdown();
230
- }
231
0 commit comments