'; $expected = '
'; $this->assertEquals($expected, $this->compiler->compileString($string)); } public function testJsonFlagsCanBeSet() { $string = '
'; $expected = '
'; $this->assertEquals($expected, $this->compiler->compileString($string)); } public function testEncodingDepthCanBeSet() { $string = '
'; $expected = '
'; $this->assertEquals($expected, $this->compiler->compileString($string)); } }