File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function testSetOptionsWithResultForIdenticals(): void
78
78
*/
79
79
public function testSetOptionsWithInvalidResultForIdenticals (): void
80
80
{
81
- static :: expectException (\InvalidArgumentException::class);
81
+ $ this -> expectException (\InvalidArgumentException::class);
82
82
83
83
$ diffResult = DiffHelper::calculate (
84
84
'we are the same ' ,
@@ -153,7 +153,7 @@ public function testHtmlRendererRenderWithResultFromJsonRenderer(): void
153
153
*/
154
154
public function testTextRendererRenderWithResultFromJsonRenderer (): void
155
155
{
156
- static :: expectException (UnsupportedFunctionException::class);
156
+ $ this -> expectException (UnsupportedFunctionException::class);
157
157
158
158
$ jsonResult = DiffHelper::calculate ('_TEST_MARKER_OLD_ ' , '_TEST_MARKER_NEW_ ' , 'Json ' );
159
159
You can’t perform that action at this time.
0 commit comments