mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixed test shuffling for unit tests
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
|
||||
|
||||
actor: AcceptanceTester
|
||||
shuffle: false
|
||||
coverage:
|
||||
enabled: false
|
||||
modules:
|
||||
@@ -12,5 +13,3 @@ modules:
|
||||
- PhpBrowser:
|
||||
url: '%url%'
|
||||
- \Helper\Acceptance:
|
||||
settings:
|
||||
shuffle: false
|
||||
|
@@ -3,7 +3,6 @@
|
||||
# Suite for unit or integration tests.
|
||||
|
||||
actor: UnitTester
|
||||
settings:
|
||||
shuffle: true
|
||||
modules:
|
||||
enabled:
|
||||
|
Reference in New Issue
Block a user