Fix requires annotation to skip some tests on 5.6
This commit is contained in:
parent
9d6d7d01d3
commit
e7b72440c9
@ -317,7 +317,7 @@ class MessageBufferTest extends \PHPUnit_Framework_TestCase
|
|||||||
* @param int $expectedLimit
|
* @param int $expectedLimit
|
||||||
*
|
*
|
||||||
* @runInSeparateProcess
|
* @runInSeparateProcess
|
||||||
* @requires PHP >= 7.0
|
* @requires PHP 7.0
|
||||||
*/
|
*/
|
||||||
public function testIniSizes($phpConfigurationValue, $expectedLimit) {
|
public function testIniSizes($phpConfigurationValue, $expectedLimit) {
|
||||||
ini_set('memory_limit', $phpConfigurationValue);
|
ini_set('memory_limit', $phpConfigurationValue);
|
||||||
@ -344,7 +344,7 @@ class MessageBufferTest extends \PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @runInSeparateProcess
|
* @runInSeparateProcess
|
||||||
* @requires PHP >= 7.0
|
* @requires PHP 7.0
|
||||||
*/
|
*/
|
||||||
public function testInvalidIniSize() {
|
public function testInvalidIniSize() {
|
||||||
ini_set('memory_limit', 'lots of memory');
|
ini_set('memory_limit', 'lots of memory');
|
||||||
|
Loading…
Reference in New Issue
Block a user