Skip to content

Commit 75f72ac

Browse files
author
Eugene Leonovich
committed
Tweak some tests
1 parent f55e08a commit 75f72ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/QueueTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function provideTaskData()
7777
return [
7878
[null],
7979
['foo'],
80+
["\x04\x00\xa0\x00\x00"],
8081
[42],
8182
[-42],
8283
[4.2],
@@ -226,6 +227,7 @@ public function testStatistics()
226227
/**
227228
* @dataProvider provideFailureCallbackData
228229
* @expectedException \Exception
230+
* @expectedExceptionMessageRegex ^Query error
229231
*/
230232
public function testThrowException($methodName, array $args)
231233
{

0 commit comments

Comments
 (0)