Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Removing the import of PHPUnit/Framework.php into all the test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Apr 6, 2012
1 parent 93790cf commit acab3d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/SagFileCacheTest.php
Expand Up @@ -13,7 +13,6 @@
limitations under the License.
*/

require_once('PHPUnit/Framework.php');
require_once('SagFileCache.php');

class SagFileTest extends PHPUnit_Framework_TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/SagMemoryCacheTest.php
Expand Up @@ -13,7 +13,6 @@
limitations under the License.
*/

require_once('PHPUnit/Framework.php');
require_once('SagMemoryCache.php');

class SagMemoryCacheTest extends PHPUnit_Framework_TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/SagTest.php
Expand Up @@ -15,7 +15,6 @@

// See the README in tests/ for information on running and writing these tests.

require_once('PHPUnit/Framework.php');
require_once('Sag.php');
require_once('SagFileCache.php');
require_once('SagMemoryCache.php');
Expand Down

0 comments on commit acab3d1

Please sign in to comment.