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.
SpinlockMutexTest
ExecutionOutsideLockException
1 parent ad3f16c commit 7e15db9Copy full SHA for 7e15db9
tests/mutex/SpinlockMutexTest.php
@@ -68,7 +68,7 @@ public function testAcquireTimesOut()
68
* Tests executing code which exceeds the timeout fails.
69
*
70
* @test
71
- * @expectedException malkusch\lock\exception\LockReleaseException
+ * @expectedException malkusch\lock\exception\ExecutionOutsideLockException
72
*/
73
public function testExecuteTooLong()
74
{
0 commit comments