Skip to content

Commit 74988d9

Browse files
ProjectCleverWebProjectCleverWeb
authored andcommitted
fixed PHPUnit allowing 5.3.7 still
1 parent eab628a commit 74988d9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/01_ParseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace URI;
44

55
/**
6-
* @requires PHP 5.3.7
6+
* @requires PHP 5.4
77
*/
88
class ParseTest extends \PHPUnit_Framework_TestCase {
99

tests/02_ErrorsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace URI;
44

55
/**
6-
* @requires PHP 5.3.7
6+
* @requires PHP 5.4
77
*/
88
class ErrorsTest extends \PHPUnit_Framework_TestCase {
99
/**

tests/03_GenerateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace URI;
44

55
/**
6-
* @requires PHP 5.3.7
6+
* @requires PHP 5.4
77
*/
88
class GenerateTest extends \PHPUnit_Framework_TestCase {
99

tests/04_ModifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace URI;
44

55
/**
6-
* @requires PHP 5.3.7
6+
* @requires PHP 5.4
77
*/
88
class ModifyTest extends \PHPUnit_Framework_TestCase {
99

tests/05_QueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace URI;
44

55
/**
6-
* @requires PHP 5.3.7
6+
* @requires PHP 5.4
77
*/
88
class QueryTest extends \PHPUnit_Framework_TestCase {
99

tests/06_ChainTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace URI;
44

55
/**
6-
* @requires PHP 5.3.7
6+
* @requires PHP 5.4
77
*/
88
class ChainTest extends \PHPUnit_Framework_TestCase {
99

0 commit comments

Comments
 (0)