summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Uckelman <uckelman@nomic.net>2012-02-27 02:17:10 +0100
committerJoel Uckelman <uckelman@nomic.net>2012-02-27 02:17:10 +0100
commit04e2364afed194dbb7b4fbd8b597000c04dc63ed (patch)
tree99f73684b40a3356acdd7f1143e61aee4d61d64e
parentf33c10237e34231c186510e8444ddcba1fad60cd (diff)
Don't require PHPUnit/Framework.php for phpunit >= 3.6.
-rw-r--r--test/build_post_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/build_post_test.php b/test/build_post_test.php
index cf172f6..87cc6e4 100644
--- a/test/build_post_test.php
+++ b/test/build_post_test.php
@@ -1,7 +1,5 @@
<?php
-require_once('PHPUnit/Framework.php');
-
require_once(__DIR__ . '/../src/build_post.php');
class build_post_test extends PHPUnit_Framework_TestCase {