Upgrade codeception to 4 version

This commit is contained in:
ErickSkrauch 2019-12-20 22:18:09 +03:00
parent 1c76d2386e
commit 22e8158581
4 changed files with 353 additions and 112 deletions

View File

@ -3,7 +3,6 @@ actor: FunctionalTester
modules:
enabled:
- Asserts
- Filesystem
- Yii2:
configFile: tests/config/functional.php
entryScript: /api/web/index.php
@ -12,8 +11,3 @@ modules:
- common\tests\_support\FixtureHelper
- REST:
depends: Yii2
- Redis:
host: redis
port: 6379
database: 0
cleanupBefore: 'suite'

View File

@ -37,7 +37,10 @@
"yiisoft/yii2-swiftmailer": "~2.1.0"
},
"require-dev": {
"codeception/base": "^3.1.0",
"codeception/codeception": "^4.0.0",
"codeception/module-asserts": "^1.1.0",
"codeception/module-rest": "^1.0.0",
"codeception/module-yii2": "^1.0.0",
"codeception/specify": "^1.0.0",
"cweagans/composer-patches": "^1.6",
"ely/php-code-style": "^0.3.0",
@ -58,7 +61,7 @@
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"codeception/base": {
"codeception/codeception": {
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"
}
}

448
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "02ff1a9447555b3fcead7fb7cdae04e0",
"content-hash": "aece49d205676d4b8150cf622fc5aed8",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -173,7 +173,7 @@
"version": "3.27.0",
"source": {
"type": "git",
"url": "git@github.com:getsentry/raven-js-bower.git",
"url": "https://github.com/getsentry/raven-js-bower.git",
"reference": "c8b3a6040be6928e2f57fa5eec4d7afc31750235"
},
"dist": {
@ -2025,7 +2025,7 @@
},
{
"name": "symfony/finder",
"version": "v4.4.1",
"version": "v4.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
@ -2961,60 +2961,52 @@
"time": "2019-01-16T14:22:17+00:00"
},
{
"name": "codeception/base",
"version": "3.1.2",
"name": "codeception/codeception",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/base.git",
"reference": "fee95812d600523964ab0931beab937c1c7b8bb6"
"url": "https://github.com/Codeception/Codeception.git",
"reference": "03d7e33c155bf9da306f0209d520fb8423f6dd67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/base/zipball/fee95812d600523964ab0931beab937c1c7b8bb6",
"reference": "fee95812d600523964ab0931beab937c1c7b8bb6",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/03d7e33c155bf9da306f0209d520fb8423f6dd67",
"reference": "03d7e33c155bf9da306f0209d520fb8423f6dd67",
"shasum": ""
},
"require": {
"behat/gherkin": "^4.4.0",
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3",
"codeception/lib-asserts": "^1.0",
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.0",
"codeception/stub": "^2.0 | ^3.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/psr7": "~1.4",
"php": ">=5.6.0 <8.0",
"symfony/browser-kit": ">=2.7 <5.0",
"symfony/console": ">=2.7 <5.0",
"symfony/css-selector": ">=2.7 <5.0",
"symfony/dom-crawler": ">=2.7 <5.0",
"symfony/event-dispatcher": ">=2.7 <5.0",
"symfony/finder": ">=2.7 <5.0",
"symfony/yaml": ">=2.7 <5.0"
"symfony/console": ">=2.7 <6.0",
"symfony/css-selector": ">=2.7 <6.0",
"symfony/event-dispatcher": ">=2.7 <6.0",
"symfony/finder": ">=2.7 <6.0",
"symfony/yaml": ">=2.7 <6.0"
},
"require-dev": {
"codeception/module-asserts": "*@dev",
"codeception/module-cli": "*@dev",
"codeception/module-db": "*@dev",
"codeception/module-filesystem": "*@dev",
"codeception/module-phpbrowser": "*@dev",
"codeception/specify": "~0.3",
"doctrine/annotations": "^1",
"doctrine/data-fixtures": "^1",
"doctrine/orm": "^2",
"flow/jsonpath": "~0.2",
"codeception/util-universalframework": "*@dev",
"monolog/monolog": "~1.8",
"pda/pheanstalk": "~3.0",
"php-amqplib/php-amqplib": "~2.4",
"predis/predis": "^1.0",
"ramsey/uuid-doctrine": "^1.5",
"squizlabs/php_codesniffer": "~2.0",
"symfony/process": ">=2.7 <5.0",
"vlucas/phpdotenv": "^3.0"
"symfony/process": ">=2.7 <6.0",
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0"
},
"suggest": {
"aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
"codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions",
"flow/jsonpath": "For using JSONPath in REST module",
"league/factory-muffin": "For DataFactory module",
"league/factory-muffin-faker": "For Faker support in DataFactory module",
"phpseclib/phpseclib": "for SFTP option in FTP Module",
"hoa/console": "For interactive console functionality",
"stecman/symfony-console-completion": "For BASH autocompletion",
"symfony/phpunit-bridge": "For phpunit-bridge support"
},
@ -3054,7 +3046,258 @@
"functional testing",
"unit testing"
],
"time": "2019-10-19T13:50:52+00:00"
"time": "2019-12-19T16:52:50+00:00"
},
{
"name": "codeception/lib-asserts",
"version": "1.10.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/lib-asserts.git",
"reference": "f052dfebad3e9bcafc66c22a7ef39cb1a30cebd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/f052dfebad3e9bcafc66c22a7ef39cb1a30cebd2",
"reference": "f052dfebad3e9bcafc66c22a7ef39cb1a30cebd2",
"shasum": ""
},
"require": {
"php": ">=7.2.0 <8.0",
"phpunit/phpunit": "^8.4"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
},
{
"name": "Gintautas Miselis"
}
],
"description": "Assertion methods used by Codeception core and Asserts module",
"homepage": "http://codeception.com/",
"keywords": [
"codeception"
],
"time": "2019-11-23T20:16:40+00:00"
},
{
"name": "codeception/lib-innerbrowser",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/Codeception/lib-innerbrowser.git",
"reference": "289028f011dcc954c530e946ea34bb7ce4ec2721"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/289028f011dcc954c530e946ea34bb7ce4ec2721",
"reference": "289028f011dcc954c530e946ea34bb7ce4ec2721",
"shasum": ""
},
"require": {
"codeception/codeception": "*@dev",
"php": ">=5.6.0 <8.0",
"symfony/browser-kit": ">=2.7 <6.0",
"symfony/dom-crawler": ">=2.7 <6.0"
},
"conflict": {
"codeception/codeception": "<4.0"
},
"require-dev": {
"codeception/util-universalframework": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
},
{
"name": "Gintautas Miselis"
}
],
"description": "Parent library for all Codeception framework modules and PhpBrowser",
"homepage": "http://codeception.com/",
"keywords": [
"codeception"
],
"time": "2019-11-26T16:50:12+00:00"
},
{
"name": "codeception/module-asserts",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-asserts.git",
"reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-asserts/zipball/87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e",
"reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e",
"shasum": ""
},
"require": {
"codeception/codeception": "*@dev",
"codeception/lib-asserts": "^1.0.0",
"php": ">=5.6.0 <8.0"
},
"conflict": {
"codeception/codeception": "<4.0"
},
"require-dev": {
"codeception/util-robohelpers": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk"
},
{
"name": "Gintautas Miselis"
}
],
"description": "Codeception module containing various assertions",
"homepage": "http://codeception.com/",
"keywords": [
"assertions",
"asserts",
"codeception"
],
"time": "2019-11-13T17:32:27+00:00"
},
{
"name": "codeception/module-rest",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-rest.git",
"reference": "eeb7a579e8aff2529eead34d1699e87113fce5db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/eeb7a579e8aff2529eead34d1699e87113fce5db",
"reference": "eeb7a579e8aff2529eead34d1699e87113fce5db",
"shasum": ""
},
"require": {
"codeception/codeception": "4.0.x-dev | ^4.0",
"flow/jsonpath": "^0.4.0",
"php": ">=5.6.0 <8.0"
},
"require-dev": {
"codeception/lib-innerbrowser": "^1.0",
"codeception/util-robohelpers": "dev-master",
"codeception/util-universalframework": "dev-master"
},
"suggest": {
"aws/aws-sdk-php": "For using AWS Auth"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gintautas Miselis"
}
],
"description": "REST module for Codeception",
"homepage": "http://codeception.com/",
"keywords": [
"codeception",
"rest"
],
"time": "2019-10-10T14:21:43+00:00"
},
{
"name": "codeception/module-yii2",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-yii2.git",
"reference": "9796e9a990e80aa5f8b049563071c2825289a6ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-yii2/zipball/9796e9a990e80aa5f8b049563071c2825289a6ff",
"reference": "9796e9a990e80aa5f8b049563071c2825289a6ff",
"shasum": ""
},
"require": {
"codeception/codeception": "4.0.x-dev | ^4.0",
"codeception/lib-innerbrowser": "^1.0",
"php": ">=5.6.0 <8.0"
},
"require-dev": {
"codeception/util-robohelpers": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Makarov"
},
{
"name": "Sam Mouse"
},
{
"name": "Michael Bodnarchuk"
}
],
"description": "Codeception module for Yii2 framework",
"homepage": "http://codeception.com/",
"keywords": [
"codeception",
"yii2"
],
"time": "2019-10-25T17:28:12+00:00"
},
{
"name": "codeception/phpunit-wrapper",
@ -3604,16 +3847,16 @@
},
{
"name": "myclabs/deep-copy",
"version": "1.9.3",
"version": "1.9.4",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
"reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7",
"reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7",
"shasum": ""
},
"require": {
@ -3648,7 +3891,7 @@
"object",
"object graph"
],
"time": "2019-08-09T12:45:53+00:00"
"time": "2019-12-15T19:12:40+00:00"
},
{
"name": "phar-io/manifest",
@ -4025,16 +4268,16 @@
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "4.3.2",
"version": "4.3.3",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
"reference": "2ecaa9fef01634c83bfa8dc1fe35fb5cef223a62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2ecaa9fef01634c83bfa8dc1fe35fb5cef223a62",
"reference": "2ecaa9fef01634c83bfa8dc1fe35fb5cef223a62",
"shasum": ""
},
"require": {
@ -4072,7 +4315,7 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2019-09-12T14:27:41+00:00"
"time": "2019-12-20T13:40:23+00:00"
},
{
"name": "phpdocumentor/type-resolver",
@ -4123,33 +4366,33 @@
},
{
"name": "phpspec/prophecy",
"version": "1.9.0",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
"reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/d638ebbb58daba25a6a0dc7969e1358a0e3c6682",
"reference": "d638ebbb58daba25a6a0dc7969e1358a0e3c6682",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
"phpspec/phpspec": "^2.5 || ^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
"dev-master": "1.10.x-dev"
}
},
"autoload": {
@ -4182,7 +4425,7 @@
"spy",
"stub"
],
"time": "2019-10-03T11:07:50+00:00"
"time": "2019-12-17T16:54:23+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -4671,12 +4914,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "e4ee2c8e4ccd908debc64069faf023c684a76760"
"reference": "a115a278b47739a2f43a42fe8dc657948f256113"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e4ee2c8e4ccd908debc64069faf023c684a76760",
"reference": "e4ee2c8e4ccd908debc64069faf023c684a76760",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a115a278b47739a2f43a42fe8dc657948f256113",
"reference": "a115a278b47739a2f43a42fe8dc657948f256113",
"shasum": ""
},
"conflict": {
@ -4697,7 +4940,7 @@
"composer/composer": "<=1-alpha.11",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
"contao/core": ">=2,<3.5.39",
"contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5",
"contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
"contao/listing-bundle": ">=4,<4.4.8",
"datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1",
@ -4744,7 +4987,7 @@
"league/commonmark": "<0.18.3",
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
"onelogin/php-saml": "<2.10.4",
@ -4767,6 +5010,7 @@
"pusher/pusher-php-server": "<2.2.1",
"robrichards/xmlseclibs": ">=1,<3.0.4",
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": "<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/shopware": "<5.3.7",
@ -4826,8 +5070,8 @@
"titon/framework": ">=0,<9.9.99",
"truckersmp/phpwhois": "<=4.3.1",
"twig/twig": "<1.38|>=2,<2.7",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.27|>=9,<9.5.8",
"typo3/cms-core": ">=8,<8.7.27|>=9,<9.5.8",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
"typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
@ -4881,7 +5125,7 @@
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
"time": "2019-12-02T13:03:15+00:00"
"time": "2019-12-20T16:49:07+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -5500,27 +5744,27 @@
},
{
"name": "symfony/browser-kit",
"version": "v4.4.1",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "e19e465c055137938afd40cfddd687e7511bbbf0"
"reference": "a195f83b0ba20e622a5baa726af96826b8f5616b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/e19e465c055137938afd40cfddd687e7511bbbf0",
"reference": "e19e465c055137938afd40cfddd687e7511bbbf0",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/a195f83b0ba20e622a5baa726af96826b8f5616b",
"reference": "a195f83b0ba20e622a5baa726af96826b8f5616b",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/dom-crawler": "^3.4|^4.0|^5.0"
"php": "^7.2.5",
"symfony/dom-crawler": "^4.4|^5.0"
},
"require-dev": {
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0"
"symfony/css-selector": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0"
},
"suggest": {
"symfony/process": ""
@ -5528,7 +5772,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
@ -5555,20 +5799,20 @@
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
"time": "2019-10-28T20:30:34+00:00"
"time": "2019-11-18T17:27:11+00:00"
},
{
"name": "symfony/console",
"version": "v4.4.1",
"version": "v4.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
"reference": "82437719dab1e6bdd28726af14cb345c2ec816d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
"reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
"url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0",
"reference": "82437719dab1e6bdd28726af14cb345c2ec816d0",
"shasum": ""
},
"require": {
@ -5631,7 +5875,7 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-12-01T10:06:17+00:00"
"time": "2019-12-17T10:32:23+00:00"
},
{
"name": "symfony/contracts",
@ -5706,25 +5950,25 @@
},
{
"name": "symfony/css-selector",
"version": "v4.4.1",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "64acec7e0d67125e9f4656c68d4a38a42ab5a0b7"
"reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/64acec7e0d67125e9f4656c68d4a38a42ab5a0b7",
"reference": "64acec7e0d67125e9f4656c68d4a38a42ab5a0b7",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/19d29e7098b7b2c3313cb03902ca30f100dcb837",
"reference": "19d29e7098b7b2c3313cb03902ca30f100dcb837",
"shasum": ""
},
"require": {
"php": "^7.1.3"
"php": "^7.2.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
@ -5755,24 +5999,24 @@
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2019-10-12T00:35:04+00:00"
"time": "2019-11-18T17:27:11+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v4.4.1",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "36bbcab9369fc2f583220890efd43bf262d563fd"
"reference": "0a0a73a0836926898b6fcd6817fe697487a73d97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/36bbcab9369fc2f583220890efd43bf262d563fd",
"reference": "36bbcab9369fc2f583220890efd43bf262d563fd",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0a0a73a0836926898b6fcd6817fe697487a73d97",
"reference": "0a0a73a0836926898b6fcd6817fe697487a73d97",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
@ -5781,7 +6025,7 @@
},
"require-dev": {
"masterminds/html5": "^2.6",
"symfony/css-selector": "^3.4|^4.0|^5.0"
"symfony/css-selector": "^4.4|^5.0"
},
"suggest": {
"symfony/css-selector": ""
@ -5789,7 +6033,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
@ -5816,11 +6060,11 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2019-10-29T11:38:30+00:00"
"time": "2019-11-18T17:27:11+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.4.1",
"version": "v4.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
@ -6160,27 +6404,27 @@
},
{
"name": "symfony/yaml",
"version": "v4.4.1",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "76de473358fe802578a415d5bb43c296cf09d211"
"reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211",
"reference": "76de473358fe802578a415d5bb43c296cf09d211",
"url": "https://api.github.com/repos/symfony/yaml/zipball/847661e77afa48d99ecfa508e8b60f0b029a19c0",
"reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
"symfony/console": "<4.4"
},
"require-dev": {
"symfony/console": "^3.4|^4.0|^5.0"
"symfony/console": "^4.4|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
@ -6188,7 +6432,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
@ -6215,7 +6459,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2019-11-12T14:51:11+00:00"
"time": "2019-12-10T11:06:55+00:00"
},
{
"name": "theseer/tokenizer",

View File

@ -1,5 +1,5 @@
diff --git a/src/Codeception/Test/Cest.php b/src/Codeception/Test/Cest.php
index c644ed2e..5426bf3f 100644
index c644ed2..5426bf3 100644
--- a/src/Codeception/Test/Cest.php
+++ b/src/Codeception/Test/Cest.php
@@ -150,7 +150,7 @@ protected function executeTestMethod($I)
@ -12,7 +12,7 @@ index c644ed2e..5426bf3f 100644
return sprintf('%s: %s', ReflectionHelper::getClassShortName($this->getTestClass()), Message::ucfirst($this->getFeature()));
}
diff --git a/src/Codeception/Test/Test.php b/src/Codeception/Test/Test.php
index f5e8426f..99c9f0ae 100644
index f5e8426..99c9f0a 100644
--- a/src/Codeception/Test/Test.php
+++ b/src/Codeception/Test/Test.php
@@ -55,7 +55,7 @@ abstract class Test implements TestInterface, Interfaces\Descriptive