diff --git a/tests/01_ParseTest.php b/tests/01_ParseTest.php index e66f35c..a061df4 100644 --- a/tests/01_ParseTest.php +++ b/tests/01_ParseTest.php @@ -3,7 +3,7 @@ namespace URI; /** - * @requires PHP 5.3.7 + * @requires PHP 5.4 */ class ParseTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/02_ErrorsTest.php b/tests/02_ErrorsTest.php index 9a6ca00..91fa05c 100644 --- a/tests/02_ErrorsTest.php +++ b/tests/02_ErrorsTest.php @@ -3,7 +3,7 @@ namespace URI; /** - * @requires PHP 5.3.7 + * @requires PHP 5.4 */ class ErrorsTest extends \PHPUnit_Framework_TestCase { /** diff --git a/tests/03_GenerateTest.php b/tests/03_GenerateTest.php index e77a6f3..c62e935 100644 --- a/tests/03_GenerateTest.php +++ b/tests/03_GenerateTest.php @@ -3,7 +3,7 @@ namespace URI; /** - * @requires PHP 5.3.7 + * @requires PHP 5.4 */ class GenerateTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/04_ModifyTest.php b/tests/04_ModifyTest.php index 749cf42..06fe21b 100644 --- a/tests/04_ModifyTest.php +++ b/tests/04_ModifyTest.php @@ -3,7 +3,7 @@ namespace URI; /** - * @requires PHP 5.3.7 + * @requires PHP 5.4 */ class ModifyTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/05_QueryTest.php b/tests/05_QueryTest.php index 5319064..bcb9cf0 100644 --- a/tests/05_QueryTest.php +++ b/tests/05_QueryTest.php @@ -3,7 +3,7 @@ namespace URI; /** - * @requires PHP 5.3.7 + * @requires PHP 5.4 */ class QueryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/06_ChainTest.php b/tests/06_ChainTest.php index 7ffa66e..1abf7f9 100644 --- a/tests/06_ChainTest.php +++ b/tests/06_ChainTest.php @@ -3,7 +3,7 @@ namespace URI; /** - * @requires PHP 5.3.7 + * @requires PHP 5.4 */ class ChainTest extends \PHPUnit_Framework_TestCase {