Skip to content

Commit ace13c7

Browse files
authored
Workflows
1 parent 88e1ea6 commit ace13c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wordpress-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
<?php
294294
/**
295295
* Basic object, which other objects in WordPress extend.
296-
*
296+
*
297297
* This is a simplified version for tests to fix the missing class issue.
298298
*/
299299
class Basic_Object {
@@ -442,7 +442,7 @@ EOF'
442442
fi
443443
else
444444
# Standard execution for PHP 7.4
445-
echo "Running tests with PHP $PHP_VERSION standard mode"
445+
echo "Running tests with PHP $PHP_VERSION standard mode"
446446
vendor/bin/phpunit || {
447447
echo "::warning::Tests failed with standard execution, trying individual test files..."
448448
EXIT_CODE=0

0 commit comments

Comments
 (0)