diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-12 14:06:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-12 14:06:41 +0100 |
commit | dadb12858e6d7104186b7e86fe896fbe8f5cfc07 (patch) | |
tree | da3d02037c484caedb07cb4e8f6a03890c841ca7 | |
parent | cad8f2d90227efe9fb1b2906aba66fc75e4727aa (diff) |
php-phpunit-PHPUnit: cleanup
-rw-r--r-- | php-phpunit-PHPUnit.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index ede1daf..93f6277 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -142,9 +142,9 @@ for the creation, execution and analysis of Unit Tests. %patch0 -p0 -b .rpm %patch1 -p1 -# https://github.com/sebastianbergmann/phpunit/pull/1481 +# https://github.com/sebastianbergmann/phpunit/pull/1500 chmod -x src/Util/Blacklist.php \ - src/Framework/TestCase.php + src/Util/GlobalState.php %build |