summaryrefslogtreecommitdiffstats
path: root/phpunit-5.4.0-Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-25 15:54:34 +0100
committerRemi Collet <remi@remirepo.net>2021-03-25 15:54:34 +0100
commitcba9992be7a788dcd37f2c5841cb8975c7afd525 (patch)
treec9ff44c01b6c3aacf73c2c18f3ed198bccbcf925 /phpunit-5.4.0-Autoload.php.in
parent3cba6202f888c85281babda43a2bef55dedbf5c6 (diff)
switch to Symfony 4
Diffstat (limited to 'phpunit-5.4.0-Autoload.php.in')
-rw-r--r--phpunit-5.4.0-Autoload.php.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit-5.4.0-Autoload.php.in b/phpunit-5.4.0-Autoload.php.in
index 00d7cb0..e8b4c4d 100644
--- a/phpunit-5.4.0-Autoload.php.in
+++ b/phpunit-5.4.0-Autoload.php.in
@@ -12,7 +12,7 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
__DIR__
);
-$sym = (getenv('RPM_SYMFONY_TREE') ?: 'Symfony');
+$sym = (getenv('RPM_SYMFONY_TREE') ?: 'Symfony4');
/* don't use symfony autoloader which pull some unwanted stuff (polyfill) */
$vendorDir = stream_resolve_include_path("$sym/Component/Yaml/Yaml.php");
\Fedora\Autoloader\Autoload::addPsr4('Symfony\\Component\\Yaml\\', dirname($vendorDir));