Skip to content

Commit 7bb44e2

Browse files
committed
Updated Groups and Class name fix
1 parent d884415 commit 7bb44e2

14 files changed

+11
-48
lines changed

src/Test/Functional/Acceptance/AdminCredentialCest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/**
1111
* This test runs on the latest version of PHP
12-
* @group php83
1312
*/
1413
abstract class AdminCredentialCest extends AbstractCest
1514
{

src/Test/Functional/Acceptance/BackupDb244Cest.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/Test/Functional/Acceptance/BackupDb81Cest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77

88
namespace Magento\MagentoCloud\Test\Functional\Acceptance;
99

10-
use CliTester;
11-
use Codeception\Example;
12-
use Exception;
13-
use Robo\Exception\TaskException;
14-
1510
/**
1611
* Checks database backup functionality
1712
* @group php81
1813
*/
19-
class BackupDb244Cest extends BackupDbCest
14+
class BackupDb81Cest extends BackupDbCest
2015
{
2116
/**
2217
* @return array

src/Test/Functional/Acceptance/Cron83Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* @group php83
1212
*/
13-
class Cron247Cest extends CronCest
13+
class Cron83Cest extends CronCest
1414
{
1515
/**
1616
* @return array

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 CronUnlockCest extends AbstractCest
15+
abstract class CronUnlock83Cest extends AbstractCest
1616
{
1717
/**
1818
* @var string

src/Test/Functional/Acceptance/DataTypesOptionValidation81Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @group php81
1414
*/
15-
class DataTypesOptionValidation82Cest extends DataTypesOptionValidationCest
15+
class DataTypesOptionValidation81Cest extends DataTypesOptionValidationCest
1616
{
1717
/**
1818
* @var string

src/Test/Functional/Acceptance/DataTypesOptionValidation83Cest.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-
class DataTypesOptionValidationCest extends DataTypesOptionValidationCest
15+
class DataTypesOptionValidation83Cest extends DataTypesOptionValidationCest
1616
{
1717
/**
1818
* @var string

src/Test/Functional/Acceptance/DatabaseConfiguration83Cest.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-
class DatabaseConfigurationCest extends AbstractCest
17+
class DatabaseConfiguration83Cest extends AbstractCest
1818
{
1919
/**
2020
* @var string

src/Test/Functional/Acceptance/DatabaseConfigurationCest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/**
1313
* This test runs on the latest version of PHP
1414
*
15-
* @group php83
1615
*/
1716
abstract class DatabaseConfigurationCest extends AbstractCest
1817
{

src/Test/Functional/Acceptance/ErrorMessage83Cest.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-
class ErrorMessageCest extends AbstractCest
17+
class ErrorMessage83Cest extends AbstractCest
1818
{
1919
/**
2020
* @var string

0 commit comments

Comments
 (0)