Thanks to visit codestin.com Credit goes to github.com
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 3042c61 commit 8e9b9c8Copy full SHA for 8e9b9c8
1 file changed
Tests/ApplicationTest.php
@@ -1981,6 +1981,10 @@ public function testSignalableCommandInterfaceWithoutSignals()
1981
1982
public function testSignalableCommandHandlerCalledAfterEventListener()
1983
{
1984
+ if (!\defined('SIGUSR1')) {
1985
+ $this->markTestSkipped('SIGUSR1 not available');
1986
+ }
1987
+
1988
$command = new SignableCommand();
1989
1990
$subscriber = new SignalEventSubscriber();
0 commit comments