Skip to content

Commit aa25569

Browse files
committed
Fix test fails with --prefer-lowest and hhvm
1 parent 777e16b commit aa25569

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"league/container": "~2.3",
2929
"queue-interop/queue-interop": "^0.6",
3030
"queue-interop/amqp-interop": "^0.6",
31-
"ackintosh/snidel": "^0.10"
31+
"ackintosh/snidel": "^0.10.2"
3232
},
3333
"suggest": {
3434
"php-amqplib/php-amqplib": "Allow sending messages to an AMQP server using php-amqplib",

tests/Driver/FlatFileDriverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ public function testPopMessage()
9393
}
9494
}
9595

96+
/**
97+
* @requires PHP 5.6
98+
*/
9699
public function testPopMessageWhichPushedAfterTheInitialCollect()
97100
{
98101
$this->driver->createQueue('send-newsletter');

0 commit comments

Comments
 (0)