1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-23 05:49:47 +01:00

Move shuffle setting.

This commit is contained in:
Cameron 2019-02-28 14:13:38 -08:00
parent f2616276d2
commit 88afb3f01d
3 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,6 @@ paths:
envs: tests/_envs
actor_suffix: Tester
settings:
shuffle: true
bootstrap: _bootstrap.php
coverage:
enabled: true

View File

@ -12,3 +12,5 @@ modules:
- PhpBrowser:
url: '%url%'
- \Helper\Acceptance:
settings:
shuffle: false

View File

@ -3,7 +3,10 @@
# Suite for unit or integration tests.
actor: UnitTester
settings:
shuffle: true
modules:
enabled:
- Asserts
- \Helper\Unit