Skip to content

Commit f174f47

Browse files
committed
Removed abstract on test class
1 parent ceda726 commit f174f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Test/Functional/Acceptance/CronUnlock83Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @group php83
1414
*/
15-
abstract class CronUnlock83Cest extends AbstractCest
15+
class CronUnlock83Cest extends CronUnlockCest
1616
{
1717
/**
1818
* @var string

src/Test/Functional/Acceptance/ReportDirNestingLevel83Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @group php83
1616
*/
17-
abstract class ReportDirNestingLevel83Cest extends ReportDirNestingLevelCest
17+
class ReportDirNestingLevel83Cest extends ReportDirNestingLevelCest
1818
{
1919
/**
2020
* @var string

0 commit comments

Comments
 (0)