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 572c99b commit e2f1101Copy full SHA for e2f1101
src/Test.php
@@ -33,10 +33,7 @@ function testEmptyLoop() {
33
$this->loop->run();
34
}
35
36
- /**
37
- * @expectedException \Exception
38
- */
39
- function testStopThrowsIfNotCurrentlyRunning() {
+ function testStopWorksEvenIfNotCurrentlyRunning() {
40
$this->loop->stop();
41
42
@@ -703,7 +700,7 @@ function testLoopException() {
703
700
*/
704
701
function testOnSignalWatcher() {
705
702
if (!\extension_loaded("posix")) {
706
- $this->markTestIncomplete("ext/posix required to test signal handlers");
+ $this->markTestSkipped("ext/posix required to test signal handlers");
707
708
709
$this->expectOutputString("caught SIGUSR1");
0 commit comments