Commit 706e21f
Demonstrate first-class PHP configuration (Codeception PR #6946)
Replace the YAML Codeception config with the new PHP config format and
link codeception/codeception to the php_config branch (PR #6946) so the
GlobalConfig / SuiteConfig builders are available.
- Delete codeception.yml and tests/Functional.suite.yml
- Add codeception.php and tests/Functional.suite.php (equivalent config)
- composer: add a VCS repo for Codeception/Codeception and require
"dev-php_config as 5.3.x-dev"; refresh composer.lock accordingly
- CI: also trigger on the 8.1-php-config branch
Illustrative / draft only: do not merge until PR #6946 lands, after which
the composer link must revert to a stable codeception/codeception release.
Verified: config:validate loads the .php config, and the Functional suite
passes (138 tests, 258 assertions) against the php_config core.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 56fde86 commit 706e21f
7 files changed
Lines changed: 160 additions & 132 deletions
File tree
- .github/workflows
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | | - | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments