We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e1ea6 commit ace13c7Copy full SHA for ace13c7
.github/workflows/wordpress-tests.yml
@@ -293,7 +293,7 @@ jobs:
293
<?php
294
/**
295
* Basic object, which other objects in WordPress extend.
296
- *
+ *
297
* This is a simplified version for tests to fix the missing class issue.
298
*/
299
class Basic_Object {
@@ -442,7 +442,7 @@ EOF'
442
fi
443
else
444
# Standard execution for PHP 7.4
445
- echo "Running tests with PHP $PHP_VERSION standard mode"
+ echo "Running tests with PHP $PHP_VERSION standard mode"
446
vendor/bin/phpunit || {
447
echo "::warning::Tests failed with standard execution, trying individual test files..."
448
EXIT_CODE=0
0 commit comments