Skip to content

Commit b4ac256

Browse files
committed
Fix broken unit test
The phpunit unit test was assuming that the privacy subsystem had no tests. This was failing because there are tests. Changing to a component which (currently) has no tests.
1 parent bb73822 commit b4ac256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verify_phpunit_xml.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ teardown () {
3232
assert_success
3333
assert_output --partial "OK: competency/tests will be executed"
3434
assert_output --partial "INFO: backup/util/ui/tests will be executed because the backup/util definition"
35-
assert_output --partial "INFO: Ignoring privacy/classes/tests, it does not contain any test unit file."
35+
assert_output --partial "INFO: Ignoring 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)