diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-12 10:19:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-12 10:19:40 +0100 |
commit | de2ca0feacde59db88136626f139c339fb1caa11 (patch) | |
tree | e5d989ada896988f2538732aa5bdb482481d02e2 /php-mock | |
parent | 079da9c4dbca7930ee20a37189934f0c36aec337 (diff) |
php-mock-integration: 1.0.0, new package
Diffstat (limited to 'php-mock')
-rw-r--r-- | php-mock/php-mock.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-mock/php-mock.spec b/php-mock/php-mock.spec index 7b7d446..235d633 100644 --- a/php-mock/php-mock.spec +++ b/php-mock/php-mock.spec @@ -29,6 +29,7 @@ BuildRequires: php(language) >= 5.5 %if %{with_tests} # from composer.json, "require-dev": { # "phpunit/phpunit": "^4|^5" +BuildRequires: php-composer(phpunit/php-text-template) >= 1 BuildRequires: php-composer(phpunit/phpunit) > 4 %endif # For autoloader @@ -70,6 +71,7 @@ Autoloader: %{_datadir}/php/phpmock/autoload.php cp %{SOURCE1} classes/autoload.php + %build # Nothing |