From 443f6f35b7744dc55c8d7826ffbdfbfdc2f3cc09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jun 2015 14:35:28 +0200 Subject: php-phpunit-comparator: use include_path --- php-phpunit-comparator.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php-phpunit-comparator.spec b/php-phpunit-comparator.spec index a155c1f..e718aa3 100644 --- a/php-phpunit-comparator.spec +++ b/php-phpunit-comparator.spec @@ -65,10 +65,11 @@ This component provides the functionality to compare PHP values for equality. # Generate the Autoloader phpab --output src/autoload.php src +# Rely on include_path as in PHPUnit dependencies cat <