Replace EntityTrait::unset with EntityTrait::unsetProperty
Currently when executing the tests the following Log is written:
Deprecated Error: EntityTrait::unsetProperty() is deprecated. Use unset() instead. - C:\code\xampp\htdocs\CRM_doxx\vendor\josegonzalez\cakephp-version\src\Model\Behavior\VersionBehavior.php, line: 236
You can disable all deprecation warnings by setting Error.errorLevel to E_ALL & ~E_USER_DEPRECATED, or add vendor/josegonzalez/cakephp-version/src/Model/Behavior/VersionBehavior.php to Error.ignoredDeprecationPaths in your config/app.php to mute deprecations from only this file.
In [C:\code\xampp\htdocs\CRM_doxx\vendor\cakephp\cakephp\src\Core\functions.php, line 316]
Replace EntityTrait::unset with EntityTrait::unsetProperty
Currently when executing the tests the following Log is written:
Deprecated Error: EntityTrait::unsetProperty() is deprecated. Use unset() instead. - C:\code\xampp\htdocs\CRM_doxx\vendor\josegonzalez\cakephp-version\src\Model\Behavior\VersionBehavior.php, line: 236 You can disable all deprecation warnings by setting
Error.errorLevel
toE_ALL & ~E_USER_DEPRECATED
, or addvendor/josegonzalez/cakephp-version/src/Model/Behavior/VersionBehavior.php
toError.ignoredDeprecationPaths
in yourconfig/app.php
to mute deprecations from only this file. In [C:\code\xampp\htdocs\CRM_doxx\vendor\cakephp\cakephp\src\Core\functions.php, line 316]