Skip to content

Commit 2a88653

Browse files
committed
Update JsonTest.php
1 parent 2c6b98f commit 2a88653

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/webfiori/tests/json/JsonTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ public function testAddStringTest01() {
10051005
$j = new Json();
10061006
$this->assertTrue($j->addString('hello','Hello World!'));
10071007
$this->assertEquals('{"hello":"Hello World!"}',$j.'');
1008+
$this->assertFalse($j->addString('a-number', 33));
10081009
}
10091010
/**
10101011
* @test

0 commit comments

Comments
 (0)