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

Sign up
Appearance settings

Commit db3830a

Browse files
author
Mathieu Lemoine
committed
Reduced dependency to voryx/Thruway
1 parent 74e39ef commit db3830a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎Tests/PheanstalkConsumerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function testRequeueShouldThrowExceptionIfMessageHasNoJob()
222222
}
223223

224224
/**
225-
* @return \PHPUnit_Framework_MockObject_MockObject|Pheanstalk
225+
* @return \PHPUnit\Framework\MockObject\MockObject|Pheanstalk
226226
*/
227227
private function createPheanstalkMock()
228228
{

‎Tests/PheanstalkContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testShouldDoConnectionDisconnectOnContextClose()
7373
}
7474

7575
/**
76-
* @return \PHPUnit_Framework_MockObject_MockObject|Pheanstalk
76+
* @return \PHPUnit\Framework\MockObject\MockObject|Pheanstalk
7777
*/
7878
private function createPheanstalkMock()
7979
{

‎Tests/PheanstalkProducerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Interop\Queue\Exception\InvalidDestinationException;
1212
use Interop\Queue\Exception\InvalidMessageException;
1313
use Pheanstalk\Pheanstalk;
14+
use PHPUnit\Framework\MockObject\MockObject;
1415
use PHPUnit\Framework\TestCase;
1516

1617
class PheanstalkProducerTest extends TestCase
@@ -66,7 +67,7 @@ public function testShouldJsonEncodeMessageAndPutToExpectedTube()
6667
}
6768

6869
/**
69-
* @return \PHPUnit_Framework_MockObject_MockObject|Pheanstalk
70+
* @return MockObject|Pheanstalk
7071
*/
7172
private function createPheanstalkMock()
7273
{

‎phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="./vendor/autoload.php"
1312
>
1413

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /