Skip to content

Commit 6c77fd8

Browse files
committed
Add abstract patchesDataProvider signature
1 parent f352960 commit 6c77fd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Test/Functional/Acceptance/AcceptanceCest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ public function testPatches(\CliTester $I, \Codeception\Example $data): void
3939
$I->see('Home page');
4040
$I->see('CMS homepage content goes here.');
4141
}
42+
43+
/**
44+
* @return array
45+
*/
46+
abstract protected function patchesDataProvider(): array;
4247
}

0 commit comments

Comments
 (0)