summaryrefslogtreecommitdiff
path: root/test/UtilTest.php
diff options
context:
space:
mode:
authorJoel Uckelman <uckelman@nomic.net>2012-02-27 03:29:15 +0100
committerJoel Uckelman <uckelman@nomic.net>2012-02-27 03:29:15 +0100
commitb62a32659d64c76ffbdea8072f19d77915800c86 (patch)
tree0c8b204bdb573d1c30c0cedc08333590bf5550a6 /test/UtilTest.php
parentf746303059f0ae9c45e2e5b8ed679e44adc7327a (diff)
Removed obsolete require_once for PHPUnit/Framework.php.
Diffstat (limited to 'test/UtilTest.php')
-rw-r--r--test/UtilTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/UtilTest.php b/test/UtilTest.php
index 6235133..fa2eb7f 100644
--- a/test/UtilTest.php
+++ b/test/UtilTest.php
@@ -1,7 +1,5 @@
<?php
-require_once('PHPUnit/Framework.php');
-
require_once(__DIR__ . '/../src/Util.php');
class UtilTest extends PHPUnit_Framework_TestCase {