Skip to content

Commit d8790ea

Browse files
Merge pull request #205 from yii2-extensions/sync-to-main-19
2 parents a4f4830 + 76e4a79 commit d8790ea

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
preset: psr12
23
risky: true
34

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## 0.1.3 Under development
4+
5+
- Bug #204: Add YAML front matter to configuration files for consistency (@terabytesoftw)
6+
37
## 0.1.2 October 8, 2025
48

59
- Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw)

codeception.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
namespace: app\tests
23
bootstrap: _bootstrap.php
34
support_namespace: Support

tests/Acceptance.suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Codeception Test Suite Configuration
23
#
34
# Suite for acceptance tests.

tests/Functional.suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Codeception Test Suite Configuration
23
#
34
# Suite for functional tests

tests/Unit.suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Codeception Test Suite Configuration
23
#
34
# Suite for unit or integration tests.

0 commit comments

Comments
 (0)