Skip to content

Commit

Permalink
OXDEV-8215 Exteding the class inn order to have test module data
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Jul 4, 2024
1 parent 1e29bea commit b997282
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Codeception/Acceptance/Module/ModuleListCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

namespace OxidEsales\GraphQL\ConfigurationAccess\Tests\Codeception\Acceptance\Module;

use OxidEsales\GraphQL\ConfigurationAccess\Shared\Enum\FieldType;
use OxidEsales\GraphQL\ConfigurationAccess\Tests\Codeception\Acceptance\BaseCest;
use OxidEsales\GraphQL\ConfigurationAccess\Tests\Codeception\AcceptanceTester;

use function PHPUnit\Framework\assertCount;
Expand All @@ -19,7 +17,7 @@
* @group module_list
* @group oe_graphql_configuration_access
*/
final class ModuleListCest extends BaseCest
final class ModuleListCest extends ModuleSettingBaseCest
{
public function testModuleListAuthorized(AcceptanceTester $I): void
{
Expand Down

0 comments on commit b997282

Please sign in to comment.