Skip to content

Commit c11c917

Browse files
Apply fixes from StyleCI (#1)
1 parent 216dd50 commit c11c917

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

tests/_support/AcceptanceTester.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AcceptanceTester extends \Codeception\Actor
2020
{
2121
use _generated\AcceptanceTesterActions;
2222

23-
/**
24-
* Define custom actions here
25-
*/
23+
/**
24+
* Define custom actions here
25+
*/
2626
}

tests/_support/FunctionalTester.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class FunctionalTester extends \Codeception\Actor
2020
{
2121
use _generated\FunctionalTesterActions;
2222

23-
/**
24-
* Define custom actions here
25-
*/
23+
/**
24+
* Define custom actions here
25+
*/
2626
}

tests/_support/Helper/Acceptance.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class Acceptance extends \Codeception\Module
88
{
9-
109
}

tests/_support/Helper/Functional.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class Functional extends \Codeception\Module
88
{
9-
109
}

tests/_support/Helper/Unit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
class Unit extends \Codeception\Module
88
{
9-
109
}

tests/_support/UnitTester.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class UnitTester extends \Codeception\Actor
2020
{
2121
use _generated\UnitTesterActions;
2222

23-
/**
24-
* Define custom actions here
25-
*/
23+
/**
24+
* Define custom actions here
25+
*/
2626
}

0 commit comments

Comments
 (0)