Skip to content

Commit 379b390

Browse files
committed
Fixed testCustomHeader.
1 parent 60c33e9 commit 379b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DiffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function testCustomHeader()
262262

263263
$this->assertEquals(
264264
"CUSTOM HEADER@@ @@\n-a\n+b\n",
265-
$this->diff->diff('a', 'b')
265+
$diff->diff('a', 'b')
266266
);
267267
}
268268
}

0 commit comments

Comments
 (0)