SiteWeaver_CMS/codeception.yml

18 lines
324 B
YAML
Raw Normal View History

2026-09-09 23:58:20 +00:00
actor: Tester
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
bootstrap: _bootstrap.php
settings:
colors: true
suites:
unit:
actor: UnitTester
path: unit
class_name: UnitSuite
modules:
enabled:
- Asserts