snipe-it/tests/unit.suite.yml

11 lines
227 B
YAML
Raw Normal View History

2016-03-25 01:18:05 -07:00
# Codeception Test Suite Configuration
# suite for unit (internal) tests.
class_name: UnitTester
modules:
enabled:
- \Helper\Unit
- Asserts
2016-03-25 01:18:05 -07:00
- Laravel5:
environment_file: .env.unit-tests