Update robo and codeception and remove outdated deps

[MAILPOET-3296]
This commit is contained in:
Rostislav Wolny
2020-11-24 16:59:47 +01:00
committed by Veljko V
parent 0362c97067
commit a62ad4f70a
3 changed files with 873 additions and 848 deletions

View File

@@ -20,19 +20,17 @@
"ext-pdo_mysql": "*", "ext-pdo_mysql": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-zip": "*", "ext-zip": "*",
"codeception/codeception": "4.1.7", "codeception/codeception": "4.1.12",
"codeception/module-asserts": "^1.3", "codeception/module-asserts": "^1.3",
"codeception/module-cli": "^1.0", "codeception/module-cli": "^1.0",
"codeception/module-db": "^1.0", "codeception/module-db": "^1.0",
"codeception/module-webdriver": "^1.1", "codeception/module-webdriver": "^1.1",
"codeception/robo-paracept": "0.4.2",
"codeception/verify": "1.5.0", "codeception/verify": "1.5.0",
"composer/xdebug-handler": "^1.3", "composer/xdebug-handler": "^1.3",
"consolidation/robo": "^1.3.0", "consolidation/robo": "^2.2",
"guzzlehttp/guzzle": "6.5.5", "guzzlehttp/guzzle": "6.5.5",
"henrikbjorn/lurker": "^1.2",
"hoa/console": "^3.17", "hoa/console": "^3.17",
"lucatume/wp-browser": "2.6.5", "lucatume/wp-browser": "2.6.17",
"phpunit/phpunit": "7.5.20", "phpunit/phpunit": "7.5.20",
"redcomponent/teststatistics": "^2.2", "redcomponent/teststatistics": "^2.2",
"sensiolabs/security-checker": "^5.0", "sensiolabs/security-checker": "^5.0",

1712
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,6 +25,7 @@ parameters:
- '/Parameter #1 \$cssOrXPath of method AcceptanceTester::moveMouseOver\(\) expects string\|null, array<string, string> given./' - '/Parameter #1 \$cssOrXPath of method AcceptanceTester::moveMouseOver\(\) expects string\|null, array<string, string> given./'
- '/Function expect invoked with 1 parameter, 0 required\./' - '/Function expect invoked with 1 parameter, 0 required\./'
- '/(with|has) no (return )?typehint specified/' # exclude level 6 errors - '/(with|has) no (return )?typehint specified/' # exclude level 6 errors
- '/Call to method getName\(\) on an unknown class _generated\\([a-zA-Z])*Cookie/' # codeception generate incorrect return type in ../../tests/_support/_generated
excludes_analyse: excludes_analyse:
- ../../tests/_support/_generated - ../../tests/_support/_generated
- ../../tests/unit/Entities/SubscriberEntityTest.php - ../../tests/unit/Entities/SubscriberEntityTest.php