From 5ccb82f74bb3f1fb7911c0ca48a1379233b429d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Apr 2014 11:26:24 +0200 Subject: php-phpunit-PHPUnit: minor fix --- php-phpunit-PHPUnit.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index c0fcec4..f5d8e54 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -46,6 +46,7 @@ BuildRequires: php-phpunit-environment >= 1.0 BuildRequires: php-phpunit-exporter >= 1.0.1 BuildRequires: php-phpunit-Version >= 1.0.3 BuildRequires: php-symfony-yaml >= 2.0.0 +BuildRequires: php-phpunit-PHP-Invoker >= 1.1.0 # From package.xml Requires: php-phpunit-File-Iterator >= 1.3.1 @@ -124,6 +125,9 @@ sed -e '/logging/d' \ -e '/ phpunit.xml +sed -e 's:PHPUnit/Autoload:src/Autoload:' \ + -i phpunit + ./phpunit \ --include-path=%{buildroot}%{php_home} \ --testsuite=small \ -- cgit