mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Remove direct requires of parts of PHPUnit.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user