Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/verify_phpunit_xml.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ teardown () {
ci_run verify_phpunit_xml/verify_phpunit_xml.sh

assert_success
assert_output --partial "OK: competency/tests will be executed"
assert_output --partial "INFO: backup/util/ui/tests will be executed because the backup/util definition"
assert_output --partial "INFO: Ignoring theme/boost/scss/bootstrap/tests, it does not contain any test unit file."
assert_output --partial "OK: public/competency/tests will be executed"
assert_output --partial "INFO: public/backup/util/ui/tests will be executed because the public/backup/util definition"
assert_output --partial "INFO: Ignoring public/theme/boost/scss/bootstrap/tests, it does not contain any test unit file."
refute_output --partial "WARNING"
refute_output --partial "ERROR"
}
Expand Down
Loading