CHANGELOG-3.x.md
Db:
dsn: # dsn goes hre
initial_queries:
- 'CREATE DATABASE IF NOT EXISTS temp_db;'
- 'USE temp_db;'
- 'SET NAMES utf8;'
retry and tryTo step decorators. Fixes #5666 by @MitrichiusrunSymfonyConsoleCommand by @wirwolf$result = $I->runSymfonyConsoleCommand('hello:world', '--verbose' => 3]);
haveInRepository with preconstructed entity requires providing constructor parameters. See #5680 by @burned42haveInRepository to support entities with composite keys of entities in bidirectional relations. See #5685 by Basster. Fixes #5663.groups files in codeception.yml. #5674 by @maks-rafalkogroups section when codeception.yml is not in the root of the project. #5674) by maks-rafalko.expectException deprecated in favor of expectThrowable.--bootstrap option to runmake and makeMultiple methods for generating model instance by @ibpavlovmake and makeMultiple methods for generating model instance by @ibpavlovpreg_quote now also quotes # by @SamMousahoa/console dependency from codeception/base package.Upgrade Notice: If you face issues with conflicting PHPUnit classes or difference in method signatures, lock version for PHPUnit in composer.json: “phpunit/phpunit”:”^7.0.0”
use \Codeception\Lib\Actor\Shared\Friend; to enable $I->haveFriend.pauseExecution removed in favor of $I->pause()$I->pause() command in debug mode added. Allows to write and debug test in realtime.$I->canSee())$I->retryClick())$I->tryToClick())shortDebugResponse config option. See #5455 by @sebastianneubertswitchToIFrame allow to locate iframe by CSS/XPath.include_microseconds config option. By @OneEyedSpaceFish.