mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
10 lines
206 B
YAML
10 lines
206 B
YAML
|
# Codeception Test Suite Configuration
|
||
|
|
||
|
# suite for unit (internal) tests.
|
||
|
class_name: UnitTester
|
||
|
modules:
|
||
|
enabled:
|
||
|
- \Helper\Unit
|
||
|
- Laravel5:
|
||
|
environment_file: .env.testing
|