From 4ad4b9cf77eb5992946ca727abe1923b2b60de2c Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Fri, 25 Feb 2011 12:45:11 +0100 Subject: [PATCH] Remove direct requires of parts of PHPUnit. --- test/PredisShared.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/PredisShared.php b/test/PredisShared.php index a442d37c..f18208f4 100644 --- a/test/PredisShared.php +++ b/test/PredisShared.php @@ -12,8 +12,6 @@ if (I_AM_AWARE_OF_THE_DESTRUCTIVE_POWER_OF_THIS_TEST_SUITE !== true) { ); } -require_once 'PHPUnit/Framework.php'; - if (!function_exists('array_union')) { function array_union(Array $a, Array $b) { return array_merge($a, array_diff($b, $a));