Changeset 60737
- Timestamp:
- 09/13/2025 03:23:36 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
.github/workflows/phpunit-tests.yml (modified) (1 diff)
-
phpunit.xml.dist (modified) (1 diff)
-
tests/phpunit/multisite.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r60628 r60737 31 31 # These files configure Composer. Changes could affect the outcome. 32 32 - 'composer.*' 33 # Th isfiles affect the phpunit tests. Changes could affect the outcome.33 # These files affect the phpunit tests. Changes could affect the outcome. 34 34 - 'tests/phpunit/**' 35 - 'tests/phpunit/multisite.xml' 36 - 'phpunit.xml.dist' 35 37 # Confirm any changes to relevant workflow files. 36 38 - '.github/workflows/phpunit-tests.yml' -
trunk/phpunit.xml.dist
r58010 r60737 7 7 beStrictAboutTestsThatDoNotTestAnything="true" 8 8 beStrictAboutOutputDuringTests="true" 9 failOnRisky="true" 9 10 convertErrorsToExceptions="true" 10 11 convertWarningsToExceptions="true" -
trunk/tests/phpunit/multisite.xml
r58010 r60737 7 7 beStrictAboutTestsThatDoNotTestAnything="true" 8 8 beStrictAboutOutputDuringTests="true" 9 failOnRisky="true" 9 10 convertErrorsToExceptions="true" 10 11 convertWarningsToExceptions="true"
Note: See TracChangeset
for help on using the changeset viewer.