1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-24 06:19:57 +01:00

Fixed test shuffling for unit tests

This commit is contained in:
Deltik 2019-05-05 16:40:22 -05:00
parent edd753dc79
commit cc3803a2e7
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

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