Skip to content

Commit b070e8b

Browse files
authored
Merge pull request #364 from ziegenberg/fix-verify_phpunit_xml-tests
Fix tests for verify_phpunit_xml after MDL-83424
2 parents c1677c0 + d4acfc0 commit b070e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/verify_phpunit_xml.bats

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ teardown () {
3030
ci_run verify_phpunit_xml/verify_phpunit_xml.sh
3131

3232
assert_success
33-
assert_output --partial "OK: competency/tests will be executed"
34-
assert_output --partial "INFO: backup/util/ui/tests will be executed because the backup/util definition"
35-
assert_output --partial "INFO: Ignoring theme/boost/scss/bootstrap/tests, it does not contain any test unit file."
33+
assert_output --partial "OK: public/competency/tests will be executed"
34+
assert_output --partial "INFO: public/backup/util/ui/tests will be executed because the public/backup/util definition"
35+
assert_output --partial "INFO: Ignoring public/theme/boost/scss/bootstrap/tests, it does not contain any test unit file."
3636
refute_output --partial "WARNING"
3737
refute_output --partial "ERROR"
3838
}

0 commit comments

Comments
 (0)