Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daec724

Browse filesBrowse files
[Semaphore] Fix test
1 parent aee6adf commit daec724
Copy full SHA for daec724

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testPutOffExpirationWhenSaveHasNotBeenCalled()
204204
$key1 = new Key(__METHOD__, 4, 2);
205205

206206
$this->expectException(SemaphoreExpiredException::class);
207-
$this->expectExceptionMessage('The semaphore "Symfony\Component\Semaphore\Tests\Store\AbstractStoreTest::testPutOffExpirationWhenSaveHasNotBeenCalled" has expired: the script returns a positive number.');
207+
$this->expectExceptionMessage('The semaphore "Symfony\Component\Semaphore\Tests\Store\AbstractStoreTestCase::testPutOffExpirationWhenSaveHasNotBeenCalled" has expired: the script returns a positive number.');
208208

209209
$store->putOffExpiration($key1, 20);
210210
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.