diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-17 16:08:00 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-17 16:08:00 +0100 |
commit | 8782f460cf10ad1dac661a5f45e2c179c8c4e87d (patch) | |
tree | 5a32e8d4a81a5def92239125cf017402d0f61116 | |
parent | 31aabb7634ed351ba74f96a332314fababda77aa (diff) |
rename autoloader
-rw-r--r-- | php-phpunit-selenium.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-selenium.spec b/php-phpunit-selenium.spec index ff65523..0549c3c 100644 --- a/php-phpunit-selenium.spec +++ b/php-phpunit-selenium.spec @@ -65,7 +65,7 @@ rm PHPUnit/Extensions/SeleniumCommon/Autoload.php.in # Regenerate Autoloader as upstream one is outdated %{_bindir}/phpab \ --template fedora \ - --output PHPUnit/Extensions/SeleniumCommon/Autoload.php \ + --output PHPUnit/Extensions/SeleniumCommon/autoload.php \ PHPUnit |