File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public function testSetOptionsWithInvalidResultForIdenticals(): void
8585 'we are the same ' ,
8686 'Inline ' ,
8787 [],
88- ['resultForIdenticals ' => 50 /* should be string */ ],
88+ ['resultForIdenticals ' => 50 /* should be string */ ]
8989 );
9090 }
9191
@@ -125,8 +125,8 @@ public function testHtmlRendererRenderWithResultFromJsonRenderer(): void
125125
126126 static ::assertSame (
127127 $ goldenResult ,
128- $ renderer ->renderArray (json_decode ($ jsonResult , true )),
129- "HTML renderers should be able to render with JSON result. ('outputTagAsString' => false) " ,
128+ $ renderer ->renderArray (\ json_decode ($ jsonResult , true )),
129+ "HTML renderers should be able to render with JSON result. ('outputTagAsString' => false) "
130130 );
131131
132132 // test "outputTagAsString" is true
@@ -140,8 +140,8 @@ public function testHtmlRendererRenderWithResultFromJsonRenderer(): void
140140
141141 static ::assertSame (
142142 $ goldenResult ,
143- $ renderer ->renderArray (json_decode ($ jsonResult , true )),
144- "HTML renderers should be able to render with JSON result. ('outputTagAsString' => true) " ,
143+ $ renderer ->renderArray (\ json_decode ($ jsonResult , true )),
144+ "HTML renderers should be able to render with JSON result. ('outputTagAsString' => true) "
145145 );
146146 }
147147 }
You can’t perform that action at this time.
0 commit comments