Skip to content

Commit d4acfc0

Browse files
committed
Fix tests for verify_phpunit_xml after MDL-83424
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent c1677c0 commit d4acfc0

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)