Skip to content

Commit 98c299d

Browse files
Closes #129
1 parent 11f3bf0 commit 98c299d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ public function testIntegrationUsingPHPFileInVendorPatch(string $fileFrom, strin
147147
#[DataProvider('provideBasicDiffGeneration')]
148148
#[DataProvider('provideOutputBuildingCases')]
149149
#[DataProvider('provideSample')]
150-
public function testIntegrationOfUnitTestCasesGitApply(string $expected, string $from, string $to): void
150+
public function testIntegrationOfUnitTestCasesGitApply(string $expected, string $from, string $to, ?array $options = null): void
151151
{
152152
$this->doIntegrationTestGitApply($expected, $from);
153153
}
154154

155155
#[DataProvider('provideBasicDiffGeneration')]
156156
#[DataProvider('provideOutputBuildingCases')]
157157
#[DataProvider('provideSample')]
158-
public function testIntegrationOfUnitTestCasesPatch(string $expected, string $from, string $to): void
158+
public function testIntegrationOfUnitTestCasesPatch(string $expected, string $from, string $to, ?array $options = null): void
159159
{
160160
$this->doIntegrationTestPatch($expected, $from, $to);
161161
}

tests/Output/Integration/UnifiedDiffOutputBuilderIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function testDiffWithLineNumbersPath(string $expected, string $from, stri
8686
}
8787

8888
#[DataProvider('provideDiffWithLineNumbers')]
89-
public function testDiffWithLineNumbersGitApply(string $expected, string $from): void
89+
public function testDiffWithLineNumbersGitApply(string $expected, string $from, string $to): void
9090
{
9191
$this->doIntegrationTestGitApply($expected, $from);
9292
}

0 commit comments

Comments
 (0)