Skip to content

Commit 03a2141

Browse files
author
e1himself
committed
Add one more test case
1 parent 9aaad06 commit 03a2141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/test/limeTestTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_once(__DIR__.'/../../bootstrap/unit.php');
44

5-
$t = new lime_test(23);
5+
$t = new lime_test(24);
66

77
$t->comment('A. Equal numbers');
88
$t->is(1, 1);
@@ -34,5 +34,6 @@
3434
$t->is(0, false);
3535
$t->is(0, null);
3636
$t->is('', 0);
37+
$t->is('', false);
3738
$t->is(false, null);
3839
$t->is(array(), null);

0 commit comments

Comments
 (0)