2020-01-22 17:12:56 +00:00
|
|
|
# Codeception Test Suite Configuration
|
|
|
|
#
|
|
|
|
# Suite for unit or integration tests.
|
|
|
|
|
|
|
|
actor: UnitTester
|
|
|
|
modules:
|
2020-05-18 22:44:29 +01:00
|
|
|
enabled:
|
|
|
|
- Asserts
|
|
|
|
- \App\Tests\Helper\Unit
|
2020-01-22 17:12:56 +00:00
|
|
|
|
|
|
|
bootstrap: bootstrap.php
|