mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
11 lines
182 B
YAML
11 lines
182 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit (internal) tests.
|
|
|
|
class_name: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Laravel5
|
|
- Asserts
|
|
- \Helper\Unit
|