Skip to content

Commit

Permalink
MQE-1704: MFTF Compatibility with PHPUnit 9 (#657)
Browse files Browse the repository at this point in the history
* MQE-1704: MFTF Compatibility with PHPUnit 8
Upgraded PhpUnit + Codeception

* MQE-1704: MFTF Compatibility with PHPUnit 8
Added codeception modeule-* dependencies to fix functional tests

* MQE-1704: MFTF Compatibility with PHPUnit 8
fixed static checks

* MQE-1704: MFTF Compatibility with PHPUnit 8
Fixed phpmd error

* MQE-1704: MFTF Compatibility with PHPUnit 8
Removed pauseExecution to use pause

* MQE-1704: MFTF Compatibility with PHPUnit 8
Override switchToIFrame to include find by ID.

* MQE-2040: Unable to run suites from standalone MFTF
fixed static checks, fixed for MagentoAllureAdapter

* MQE-1704: MFTF Compatibility with PHPUnit 9
Updated to PHPUnit 9 and fixed unit tests

* MQE-1704: MFTF Compatibility with PHPUnit 9

remove PHP 7.2 support

* MQE-1704: MFTF Compatibility with PHPUnit 9
added Pause to MagentoWebDriver.php for step generation in console/allure

* MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking c… (#673)

* MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking changes
added new actions
assertStringContainsString
assertStringContainsStringIgnoringCase

* MQE-2078: [PHPUnit 9] assertContains and assertNotContains breaking changes

Added additional documentation for assertContains

* Grammar fixes

Co-authored-by: Donald Booth <[email protected]>

Co-authored-by: Donald Booth <[email protected]>
  • Loading branch information
soumyau and dobooth authored Apr 17, 2020
1 parent 8fb1025 commit 5ac5683
Show file tree
Hide file tree
Showing 45 changed files with 885 additions and 570 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 7.2
- 7.3
services:
- docker
Expand Down
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
"sort-packages": true
},
"require": {
"php": "~7.2.0||~7.3.0",
"php": "^7.3",
"ext-curl": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-openssl": "*",
"allure-framework/allure-codeception": "~1.3.0",
"allure-framework/allure-codeception": "~1.4.0",
"aws/aws-sdk-php": "^3.132",
"codeception/codeception": "~2.4.5",
"codeception/codeception": "~4.1.4",
"codeception/module-asserts": "^1.1",
"codeception/module-sequence": "^1.0",
"codeception/module-webdriver": "^1.0",
"composer/composer": "^1.6",
"csharpru/vault-php": "~3.5.3",
"csharpru/vault-php-guzzle6-transport": "^2.0",
Expand All @@ -31,14 +34,14 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "~3.2",
"sebastian/phpcpd": "~3.0 || ~4.0",
"sebastian/phpcpd": "~4.0||~5.0",
"brainmaestro/composer-git-hooks": "^2.3.1",
"doctrine/cache": "<1.7.0",
"codeception/aspect-mock": "^3.0",
"goaop/framework": "2.2.0",
"codacy/coverage": "^1.4",
"phpmd/phpmd": "^2.6.0",
"phpunit/phpunit": "~6.5.0 || ~7.0.0",
"phpunit/phpunit": "~9.0.0",
"rregeer/phpunit-coverage-check": "^0.1.4",
"php-coveralls/php-coveralls": "^1.0",
"symfony/stopwatch": "~3.4.6"
Expand Down
Loading

0 comments on commit 5ac5683

Please sign in to comment.