PhpUnit test run

Unlike a typical test run, expect many test cases to fail. Exactly those with pass in their name should succeed.

For each test we display both the test result -- ok, FAIL, or ERROR -- and also a meta-result -- as expected, UNEXPECTED, or unknown -- that indicates whether the expected test result occurred. Although many test results will be 'FAIL' here, all meta-results should be 'as expected', except for a few 'unknown' meta-results (because of errors) when running in PHP3.

Test Results

Test nameResultMeta-result
testfixture - testFail1 FAILas expected
testfixture - testFail2 FAILas expected
testfixture - testPass1 OKas expected
fixture2 - Fail3 FAILas expected
testpass2 - Fail4 FAILas expected
moretestertests - testregexppass OKas expected
moretestertests - testregexpfail FAILas expected
moretestertests - testregexpfailwithmessage FAILas expected
manyfailingtests - testpass1 OKas expected
manyfailingtests - testpass2 OKas expected
manyfailingtests - testfail1 FAILas expected
manyfailingtests - testfail2 FAILas expected
manyfailingtests - testfail3 FAILas expected
manyfailingtests - testfail4 FAILas expected
manyfailingtests - testfail5 FAILas expected
manyfailingtests - testfail6 FAILas expected
manyfailingtests - testpass3 OKas expected
manyfailingtests - testfail7 FAILas expected
manyfailingtests - testpass4 OKas expected
manyfailingtests - testfail8 FAILas expected
manyfailingtests - testpass5 OKas expected
manyfailingtests - testpass6 OKas expected
manyfailingtests - testfail9 FAILas expected
manyfailingtests - testpass7 OKas expected
manyfailingtests - testpass8 OKas expected
assertequalstests - testdifftypesfail FAILas expected
assertequalstests - testmultilinepass OKas expected
assertequalstests - testmultilinefail FAILas expected
assertequalstests - testmultilinefail2 FAILas expected
assertequalsphp3errortests - testdiffclassfail FAILas expected
assertequalsphp3errortests - testsameclasspass OKas expected
assertequalsphp3errortests - testsameclassfail FAILas expected
assertequalsphp3errortests - testsameclassequalsfail FAILas expected
assertequalsphp3errortests - testsameclassequalspass OKas expected
assertequalstests4 - testnullfail FAILas expected
assertequalstests4 - testnullpass OKas expected
assertequalstests4 - testarrayvaluespass1 OKas expected
assertequalstests4 - testarrayvaluesfail1 FAILas expected
testclassnamestartingwithtest - testwhateverpass OKas expected

39 tests run
27 failures
0 errors.

Failures

  1. testFail1
  2. testFail1
  3. testFail2
  4. Fail3
  5. Fail3
  6. Fail4
  7. Fail4
  8. Fail4
  9. testregexpfail
  10. testregexpfailwithmessage
  11. testfail1
  12. testfail2
  13. testfail3
  14. testfail4
  15. testfail5
  16. testfail6
  17. testfail7
  18. testfail8
  19. testfail9
  20. testdifftypesfail
  21. testmultilinefail
  22. testmultilinefail2
  23. testdiffclassfail
  24. testsameclassfail
  25. testsameclassequalsfail
  26. testnullfail
  27. testarrayvaluesfail1