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 4220c96 commit 538cdebCopy full SHA for 538cdeb
1 file changed
tests/webfiori/tests/json/JsonTest.php
@@ -12,7 +12,7 @@ class JsonTest extends TestCase {
12
*/
13
public function testToJsonFile00() {
14
$json = new Json();
15
- $json->toJsonFile('json-file', ROOT.DIRECTORY_SEPARATOR.'json-output');
+ $json->toJsonFile('json-file', ROOT.DIRECTORY_SEPARATOR.'json-output', true);
16
$outputPath = ROOT.DIRECTORY_SEPARATOR.'json-output'.DIRECTORY_SEPARATOR.'json-file.json';
17
$this->assertTrue(file_exists($outputPath));
18
}
0 commit comments