snipe-it/tests/functional.suite.yml

12 lines
313 B
YAML
Raw Normal View History

2016-03-25 01:18:05 -07:00
# Codeception Test Suite Configuration
#
# Suite for functional (integration) tests
# Emulate web requests and make application process them
# Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
class_name: FunctionalTester
modules:
enabled:
2016-09-27 18:47:00 -07:00
- Laravel5
2016-03-25 01:18:05 -07:00
- \Helper\Functional