diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-29 14:08:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-29 14:08:45 +0200 |
commit | 47cc5a89bcf8273d6975d062f7ec95f615f18b70 (patch) | |
tree | 5786a1b1ecacef55c9a4dc36c9d5ead0fc902535 | |
parent | 2c1990fba57c57bbe17ad2c7c80a3929fa24ea05 (diff) |
php-phpunit-PHP-TokenStream: sources from github
-rw-r--r-- | php-phpunit-PHPUnit-Selenium.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec index f61723e..b755156 100644 --- a/php-phpunit-PHPUnit-Selenium.spec +++ b/php-phpunit-PHPUnit-Selenium.spec @@ -60,6 +60,7 @@ Optional dependency: XDebug (php-pecl-xdebug) rm PHPUnit/Extensions/SeleniumCommon/Autoload.php.in + %build # Empty build section, most likely nothing required. @@ -67,7 +68,7 @@ rm PHPUnit/Extensions/SeleniumCommon/Autoload.php.in # Also remember to fix the command to use it. #phpab \ -# --output PHPUnit/Extensions/SeleniumCommon/Autoload.php2 \ +# --output PHPUnit/Extensions/SeleniumCommon/Autoload.php \ # --template PHPUnit/Extensions/SeleniumCommon/Autoload.php.in \ # PHPUnit |