We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80826f0 commit 31f70d7Copy full SHA for 31f70d7
Makefile
@@ -1389,7 +1389,7 @@ test_web_symfony_62: global_test_run_dependencies tests/Frameworks/Symfony/Versi
1389
$(call run_tests_debug,--testsuite=symfony-62-test)
1390
test_web_symfony_latest: global_test_run_dependencies tests/Frameworks/Symfony/Latest/composer.lock-php$(PHP_MAJOR_MINOR)
1391
php tests/Frameworks/Symfony/Latest/bin/console cache:clear --no-warmup --env=prod
1392
- $(call run_tests_debug,--testsuite=symfony-70-test)
+ $(call run_tests_debug,--testsuite=symfony-latest-test)
1393
test_web_wordpress_48: global_test_run_dependencies
1394
$(call run_tests_debug,tests/Integrations/WordPress/V4_8)
1395
test_web_wordpress_55: global_test_run_dependencies
0 commit comments