mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-04-22 06:10:05 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit (internal) tests.
|
|
|
|
class_name: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Laravel5
|
|
- Asserts
|
|
- \Helper\Unit |