Webception icon indicating copy to clipboard operation
Webception copied to clipboard

Composer update - Be careful to yaml version - Environnements menu disapears

Open JacquesJahnichen opened this issue 8 years ago • 1 comments

Hello,

To update codeception to 2.3.* you have to update symfony/yaml. But on Webception front end the "Environnements" menu disapears when you update "symfony/yaml" around 3.4.

Here is the configuration you have to keep on your composer.json

    "require": {
        "php": ">=5.3.0",
        "slim/slim": "2.*",
        "slim/views": "0.1.*",
        "twig/twig": "~1.13",
        "codeception/codeception": "2.3.*",
        "symfony/yaml": "2.7.x-dev"
    },

JacquesJahnichen avatar May 31 '17 17:05 JacquesJahnichen

This helped me because webceptions codeception dropped this: Call to undefined method AcceptanceTester::seeInDatabase

After updating everything is fine.

stell avatar Jul 25 '17 13:07 stell