Skip to content

Commit

Permalink
fix class inheritance and remove outdated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaram7 committed Nov 11, 2024
1 parent 417b303 commit 9c0d3c5
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @group php83
*/
class DatabaseConfiguration83Cest extends AbstractCest
class DatabaseConfiguration83Cest extends DatabaseConfigurationCest
{
/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Test/Functional/Acceptance/ErrorMessage83Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @group php83
*/
class ErrorMessage83Cest extends AbstractCest
class ErrorMessage83Cest extends ErrorMessageCest
{
/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Test/Functional/Acceptance/PostDeploy83Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @group php83
*/
class PostDeploy83Cest extends AbstractCest
class PostDeploy83Cest extends PostDeployCest
{
/**
* @var string
Expand Down
26 changes: 0 additions & 26 deletions src/Test/Functional/Acceptance/SplitDb82Cest.php

This file was deleted.

26 changes: 0 additions & 26 deletions src/Test/Functional/Acceptance/SplitDb83Cest.php

This file was deleted.

241 changes: 0 additions & 241 deletions src/Test/Functional/Acceptance/SplitDbCest.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Test/Functional/Acceptance/WizardScd83Cest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @group php83
*/
class WizardScd83Cest extends AbstractCest
class WizardScd83Cest extends WizardScdCest
{
/**
* @var string
Expand Down

0 comments on commit 9c0d3c5

Please sign in to comment.