Skip to content

Commit 538cdeb

Browse files
committed
Update JsonTest.php
1 parent 4220c96 commit 538cdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/webfiori/tests/json/JsonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class JsonTest extends TestCase {
1212
*/
1313
public function testToJsonFile00() {
1414
$json = new Json();
15-
$json->toJsonFile('json-file', ROOT.DIRECTORY_SEPARATOR.'json-output');
15+
$json->toJsonFile('json-file', ROOT.DIRECTORY_SEPARATOR.'json-output', true);
1616
$outputPath = ROOT.DIRECTORY_SEPARATOR.'json-output'.DIRECTORY_SEPARATOR.'json-file.json';
1717
$this->assertTrue(file_exists($outputPath));
1818
}

0 commit comments

Comments
 (0)