mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 00:02:51 +01:00
Platform-independent SQL dump importing works now because Helper\DelayedDb is now running _beforeSuite() after being reconfigured. Fixes: #1
10 lines
162 B
YAML
10 lines
162 B
YAML
# Codeception Test Suite Configuration
|
|
#
|
|
# Suite for unit or integration tests.
|
|
|
|
actor: UnitTester
|
|
modules:
|
|
enabled:
|
|
- Asserts
|
|
- \Helper\Unit
|