Skip to content

Commit

Permalink
fixed PHPUnit allowing 5.3.7 still
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectCleverWeb authored and ProjectCleverWeb committed Aug 6, 2014
1 parent eab628a commit 74988d9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/01_ParseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace URI;

/**
* @requires PHP 5.3.7
* @requires PHP 5.4
*/
class ParseTest extends \PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/02_ErrorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace URI;

/**
* @requires PHP 5.3.7
* @requires PHP 5.4
*/
class ErrorsTest extends \PHPUnit_Framework_TestCase {
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/03_GenerateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace URI;

/**
* @requires PHP 5.3.7
* @requires PHP 5.4
*/
class GenerateTest extends \PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/04_ModifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace URI;

/**
* @requires PHP 5.3.7
* @requires PHP 5.4
*/
class ModifyTest extends \PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/05_QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace URI;

/**
* @requires PHP 5.3.7
* @requires PHP 5.4
*/
class QueryTest extends \PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion tests/06_ChainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace URI;

/**
* @requires PHP 5.3.7
* @requires PHP 5.4
*/
class ChainTest extends \PHPUnit_Framework_TestCase {

Expand Down

0 comments on commit 74988d9

Please sign in to comment.