ssl_cipher
- list of one or more permissible ciphers to use for SSL encryptionssl_verify_server_cert
- disables certificate CN verificationreconnect
is set. By @ashnazgextends
property in the codeception.yml
and *.suite.yml
files now support absolute paths; by @silverfire$expectedCount
to seeEmailIsSent
dontSeeEmailIsSent
ignore_steps
option to disable recording of specific steps. By @sspat.waitlock
config option for the database session to wait for lock in Oracle. By @ashnazg. See #5069seeXmlResponseEquals
by @VozivassertNotTrue
and assertNotFalse
methods; by @johannesschobelHttp Status Ranges
with nice "wrappers" (e.g., seeHttpStatusCodeIsSuccessful()
checks the code between 200 and 299); by @johannesschobelAdded support for extends
in the codeception.yml
and *.suite.yml
files; by @johannesschobel.
Allows to inherit current config from a provided file. See example for functional.suite.yml
:
actor: FunctionalTester
extends: shared.functional.suite.yml
modules:
enabled:
- \App\Modules\X\Tests\Helper\Functional
[Yii2] Restore null check for client in Yii2 by @wkritzinger. See #4940
[Yii2] Resetting Yii application in _after
. By @SamMousa. See #4928
[Yii2] Breaking $settings['configFile']
now supports absolute paths. In you have defined relative path to config in absolute manner
[WebDriverIO] Added deleteSessionSnapshot
by @vi4o
[Symfony] Added support for custom kernel names with kernel_class
config option. By @omnilight.
[Asserts] Better exception message for expectException
by @Slamdunk
[REST] Decode all non-arrays to array. See #4946 by @Amunak, fixes #4944.
[ZF2] Fixed compatibility with ZF2 ServiceManager by @omnilight.
[Laravel5] Fixed memory leak when using Laravel factories inside Codeception. See #4971 by @AdrianSkierniewski
[Db] Added support for null
values in MSSQL driver by @philek
Handle absolute paths in ParamsLoader by @SilverFire
Upgraded to Codeception/Stub 2.0 by @Naktibalda, fixed compatibility.
$this->getModule('Yii2'')->app
, now you must use \Yii::$app
everywhere$settings['path']
in Codeception\Configuration::suiteSettings()
on Windows by @olegpro/
), you must change it. @silverfirecallArtisan
method in Laravel5 module. See #4860 by @mohamed-aimanparse_url
. See #4853 by @quantum-xshims
for underscore PHPUnit classes > namespaced PHP classes_failed
called when test fails_passed
called when tests is successful_after
is called for failing and successful testsUpgrade Notice: If you face issues with underscore PHPUnit class names (like PHPUnit_Framework_Assert) you have two options: