summaryrefslogtreecommitdiffstats
path: root/application/third_party/test-more-php/t/testertests_func_ok.pl_Test-More.out
blob: e72f0946203a5bebc1f7b8d7bc7701f3c6d3823c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# OK
# (No message for next test)
ok 1
ok 2 - 1 is ok
ok 3 - TRUE is ok
ok 4 - 'string' is ok
# Not OK
# (No message for next test)
not ok 5
#   Failed test at testertests_func_ok.pl line 18.
not ok 6 - 0 is not ok
#   Failed test '0 is not ok'
#   at testertests_func_ok.pl line 19.
not ok 7 - FALSE is not ok
#   Failed test 'FALSE is not ok'
#   at testertests_func_ok.pl line 20.
not ok 8 - '' is not ok
#   Failed test ''' is not ok'
#   at testertests_func_ok.pl line 21.
not ok 9 - undef is not ok
#   Failed test 'undef is not ok'
#   at testertests_func_ok.pl line 22.
1..9
# Looks like you failed 5 tests of 9.