Skip to content

Commit

Permalink
Removed group for abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
glo72880 committed Sep 18, 2024
1 parent f174f47 commit 4278db4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Test/Functional/Acceptance/ReportDirNestingLevelCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
namespace Magento\MagentoCloud\Test\Functional\Acceptance;

use Magento\MagentoCloud\Config\Stage\BuildInterface;

/**
* This test runs on the latest version of PHP
*
* @group php83
*/
class ReportDirNestingLevelCest extends AbstractCest
abstract class ReportDirNestingLevelCest extends AbstractCest
{
/**
* @var string
Expand Down

0 comments on commit 4278db4

Please sign in to comment.