ahri / ahriphplibs

My PHP Libraries
http://ahri.net
GNU Affero General Public License v3.0
3 stars 0 forks source link

Test::summary() provides misleading/incorrect information #12

Closed ahri closed 14 years ago

ahri commented 14 years ago

without class specified: 0/9 tests passed - 0.00% correct with class specified (as part of coverage summary): 1/17 methods tested - 5.88% coverage 0/1 tests passed - 0.00% correct

Needs re-writing so that it's clear that a METHOD is tested and passed all those tests.

ahri commented 14 years ago

Superseded by removal of Test, and usage of external SimpleTest.