We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127ee68 commit 32c0ccfCopy full SHA for 32c0ccf
tests/Interaction/InteractionsProviderTest.php
@@ -63,6 +63,8 @@ function (): \Generator
63
64
self::assertInstanceOf(Fail::class, $result);
65
self::assertSame('Method TestMethod not exists', $result->errorMessage);
66
+
67
+ Loop::stop();
68
}
69
);
70
0 commit comments