yii2-netdisk/tests/functional.suite.yml
Luke English 60d89fc552
Make template compatible with PHP 8.1 and Codeception 5 (#259)
Co-authored-by: Luke English <luke.english@ec2i.biz>
2022-02-25 00:45:17 +03:00

15 lines
356 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
class_name: FunctionalTester
modules:
enabled:
- Filesystem
- Yii2
- Asserts