We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6b98f commit 2a88653Copy full SHA for 2a88653
1 file changed
tests/webfiori/tests/json/JsonTest.php
@@ -1005,6 +1005,7 @@ public function testAddStringTest01() {
1005
$j = new Json();
1006
$this->assertTrue($j->addString('hello','Hello World!'));
1007
$this->assertEquals('{"hello":"Hello World!"}',$j.'');
1008
+ $this->assertFalse($j->addString('a-number', 33));
1009
}
1010
/**
1011
* @test
0 commit comments