diff --git a/tests/unit/Messaging/MessageBufferTest.php b/tests/unit/Messaging/MessageBufferTest.php index ee36b38..9d444bc 100644 --- a/tests/unit/Messaging/MessageBufferTest.php +++ b/tests/unit/Messaging/MessageBufferTest.php @@ -317,6 +317,7 @@ class MessageBufferTest extends \PHPUnit_Framework_TestCase * @param int $expectedLimit * * @runInSeparateProcess + * @requires PHP >= 7.0 */ public function testIniSizes($phpConfigurationValue, $expectedLimit) { ini_set('memory_limit', $phpConfigurationValue); @@ -343,6 +344,7 @@ class MessageBufferTest extends \PHPUnit_Framework_TestCase /** * @runInSeparateProcess + * @requires PHP >= 7.0 */ public function testInvalidIniSize() { ini_set('memory_limit', 'lots of memory');