diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-30 11:26:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-30 11:26:24 +0200 |
commit | 5ccb82f74bb3f1fb7911c0ca48a1379233b429d5 (patch) | |
tree | b35daaabb282079bb738d1cfa6f79b8734782ce0 | |
parent | 8754bc681d894a0688ad76096fcaccdb3b763742 (diff) |
php-phpunit-PHPUnit: minor fix
-rw-r--r-- | php-phpunit-PHPUnit.spec | 4 |
1 files changed, 4 insertions, 0 deletions
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 '/<log/d' \ phpunit.xml.dist > phpunit.xml +sed -e 's:PHPUnit/Autoload:src/Autoload:' \ + -i phpunit + ./phpunit \ --include-path=%{buildroot}%{php_home} \ --testsuite=small \ |