mirror of
https://github.com/e107inc/e107.git
synced 2025-06-11 05:31:04 +02:00
Move shuffle setting.
This commit is contained in:
@ -6,7 +6,6 @@ paths:
|
|||||||
envs: tests/_envs
|
envs: tests/_envs
|
||||||
actor_suffix: Tester
|
actor_suffix: Tester
|
||||||
settings:
|
settings:
|
||||||
shuffle: true
|
|
||||||
bootstrap: _bootstrap.php
|
bootstrap: _bootstrap.php
|
||||||
coverage:
|
coverage:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -12,3 +12,5 @@ modules:
|
|||||||
- PhpBrowser:
|
- PhpBrowser:
|
||||||
url: '%url%'
|
url: '%url%'
|
||||||
- \Helper\Acceptance:
|
- \Helper\Acceptance:
|
||||||
|
settings:
|
||||||
|
shuffle: false
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
# Suite for unit or integration tests.
|
# Suite for unit or integration tests.
|
||||||
|
|
||||||
actor: UnitTester
|
actor: UnitTester
|
||||||
|
settings:
|
||||||
|
shuffle: true
|
||||||
modules:
|
modules:
|
||||||
enabled:
|
enabled:
|
||||||
- Asserts
|
- Asserts
|
||||||
- \Helper\Unit
|
- \Helper\Unit
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user