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 8e9b9c8 commit 9bd719eCopy full SHA for 9bd719e
1 file changed
Tests/ApplicationTest.php
@@ -1969,6 +1969,10 @@ public function testSetSignalsToDispatchEvent()
1969
1970
public function testSignalableCommandInterfaceWithoutSignals()
1971
{
1972
+ if (!\defined('SIGUSR1')) {
1973
+ $this->markTestSkipped('SIGUSR1 not available');
1974
+ }
1975
+
1976
$command = new SignableCommand(false);
1977
1978
$dispatcher = new EventDispatcher();
0 commit comments