Skip to content

Commit 035cd33

Browse files
committed
Refactor static method calls to non-static
1 parent 909e195 commit 035cd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Diff/Renderer/MainRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testRenderSimpleDelete()
5050
$renderer->diff = new Diff(['a'], []);
5151

5252
/** @noinspection PhpUnhandledExceptionInspection */
53-
static::assertEquals(
53+
$this->assertEquals(
5454
[
5555
[
5656
[

0 commit comments

Comments
 (0)