Skip to content

Commit

Permalink
Removed abstract on test class
Browse files Browse the repository at this point in the history
  • Loading branch information
glo72880 committed Sep 17, 2024
1 parent ceda726 commit f174f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Test/Functional/Acceptance/CronUnlock83Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @group php83
*/
abstract class CronUnlock83Cest extends AbstractCest
class CronUnlock83Cest extends CronUnlockCest
{
/**
* @var string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @group php83
*/
abstract class ReportDirNestingLevel83Cest extends ReportDirNestingLevelCest
class ReportDirNestingLevel83Cest extends ReportDirNestingLevelCest
{
/**
* @var string
Expand Down

0 comments on commit f174f47

Please sign in to comment.