9d3b84517a
* Compatible with PHP 8.1 and Codeception 5 * Add PHP 8.1 to workflow * PHP 7.4 as a minimum * Updated dependencies Co-authored-by: Luke English <luke.english@ec2i.biz>
15 lines
351 B
YAML
15 lines
351 B
YAML
# Codeception Test Suite Configuration
|
|
|
|
# suite for functional (integration) tests.
|
|
# emulate web requests and make application process them.
|
|
# (tip: better to use with frameworks).
|
|
|
|
# RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
|
|
#basic/web/index.php
|
|
actor: FunctionalTester
|
|
modules:
|
|
enabled:
|
|
- Filesystem
|
|
- Yii2
|
|
- Asserts
|