Skip to content

Commit 0a3a955

Browse files
committed
style(tests): Fix indentation for improved readability in suite configuration files.
1 parent a2f37fc commit 0a3a955

File tree

7 files changed

+21
-23
lines changed

7 files changed

+21
-23
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ updates:
1313
schedule:
1414
interval: "daily"
1515
versioning-strategy: increase-if-necessary
16-

.github/workflows/ecs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ permissions:
1616
contents: read
1717
pull-requests: write
1818

19-
2019
jobs:
2120
easy-coding-standard:
2221
uses: yii2-framework/actions/.github/workflows/ecs.yml@main

tests/Acceptance.suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
66
actor: AcceptanceTester
77
modules:
8-
enabled:
9-
- PhpBrowser:
10-
url: localhost:8080
8+
enabled:
9+
- PhpBrowser:
10+
url: localhost:8080
1111
step_decorators: ~

tests/Functional.suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Remove this suite if you don't use frameworks
77
actor: FunctionalTester
88
modules:
9-
enabled:
10-
- Filesystem
11-
- Yii2
12-
- Asserts
9+
enabled:
10+
- Filesystem
11+
- Yii2
12+
- Asserts
1313
step_decorators: ~

tests/Unit.suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Suite for unit or integration tests.
44
actor: UnitTester
55
modules:
6-
enabled:
7-
- Asserts
8-
- Yii2:
9-
part: [orm, email, fixtures]
6+
enabled:
7+
- Asserts
8+
- Yii2:
9+
part: [orm, email, fixtures]
1010
step_decorators: ~

tests/_envs/dockerized.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
modules:
2-
config:
3-
PhpBrowser:
4-
url: https://localhost:443
2+
config:
3+
PhpBrowser:
4+
url: https://localhost:443

tests/_envs/php-builtin.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
extensions:
2-
enabled:
3-
- Codeception\Extension\RunProcess:
4-
0: php -d variables_order=EGPCS -S localhost:8085 -t web
5-
sleep: 1
2+
enabled:
3+
- Codeception\Extension\RunProcess:
4+
0: php -d variables_order=EGPCS -S localhost:8085 -t web
5+
sleep: 1
66
modules:
7-
config:
8-
PhpBrowser:
9-
url: http://localhost:8085
7+
config:
8+
PhpBrowser:
9+
url: http://localhost:8085

0 commit comments

Comments
 (0)