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:
parent
f2616276d2
commit
88afb3f01d
@ -6,7 +6,6 @@ paths:
|
||||
envs: tests/_envs
|
||||
actor_suffix: Tester
|
||||
settings:
|
||||
shuffle: true
|
||||
bootstrap: _bootstrap.php
|
||||
coverage:
|
||||
enabled: true
|
||||
|
@ -12,3 +12,5 @@ modules:
|
||||
- PhpBrowser:
|
||||
url: '%url%'
|
||||
- \Helper\Acceptance:
|
||||
settings:
|
||||
shuffle: false
|
||||
|
@ -3,7 +3,10 @@
|
||||
# Suite for unit or integration tests.
|
||||
|
||||
actor: UnitTester
|
||||
settings:
|
||||
shuffle: true
|
||||
modules:
|
||||
enabled:
|
||||
- Asserts
|
||||
- \Helper\Unit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user