We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f309c commit 35cb1f3Copy full SHA for 35cb1f3
tests/system/CLI/SignalTest.php
@@ -53,6 +53,13 @@ protected function setUp(): void
53
$this->command = new SignalCommand($this->logger, service('commands'));
54
}
55
56
+ protected function tearDown(): void
57
+ {
58
+ CLI::reset();
59
+
60
+ parent::tearDown();
61
+ }
62
63
public function testSignalRegistration(): void
64
{
65
$this->command->testRegisterSignals([SIGTERM, SIGINT], [SIGTERM => 'customTermHandler']);
0 commit comments