diff options
author | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 02:17:10 +0100 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 02:17:10 +0100 |
commit | 04e2364afed194dbb7b4fbd8b597000c04dc63ed (patch) | |
tree | 99f73684b40a3356acdd7f1143e61aee4d61d64e /test/build_post_test.php | |
parent | f33c10237e34231c186510e8444ddcba1fad60cd (diff) |
Don't require PHPUnit/Framework.php for phpunit >= 3.6.
Diffstat (limited to 'test/build_post_test.php')
-rw-r--r-- | test/build_post_test.php | 2 |
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 { |