feat: allow mails to be intercepted using events #13
Annotations
9 errors
|
src/Codeception/Module/Yii2.php#L227
Type alias SessionBackup contains unknown class Codeception\Module\CookieJar.
|
src/Codeception/Module/Yii2.php#L227
Type alias SessionBackup contains unknown class Codeception\Module\History.
|
src/Codeception/Module/Yii2.php#L239
Property Codeception\Module\Yii2::$config (array{configFile: string, fixturesMethod: string, cleanup: bool, ignoreCollidingDSN: bool, transaction: bool|null, entryScript: string, entryUrl: string, responseCleanMethod: 'clear'|'manual'|'recreate', ...}) does not accept default value of type array{fixturesMethod: '_fixtures', cleanup: true, ignoreCollidingDSN: false, transaction: true, configFile: null, entryScript: '', entryUrl: 'http://localhost…', responseCleanMethod: 'clear', ...}.
|
src/Codeception/Module/Yii2.php#L337
Asserted type array{configFile: string, fixturesMethod: string, cleanup: bool, ignoreCollidingDSN: bool, transaction: bool|null, entryScript: string, entryUrl: string, responseCleanMethod: 'clear'|'manual'|'recreate', requestCleanMethod: 'clear'|'manual'|'recreate', mailMethod: 'after'|'before'|'catch'|'ignore', recreateComponents: list<string>, recreateApplication: bool, closeSessionOnRecreateApplication: bool, applicationClass: class-string<yii\base\Application>|null} for $this->config with type array{configFile: string, fixturesMethod: string, cleanup: bool, ignoreCollidingDSN: bool, transaction: bool|null, entryScript: string, entryUrl: string, responseCleanMethod: 'clear'|'manual'|'recreate', requestCleanMethod: 'clear'|'manual'|'recreate', mailMethod: 'after'|'before'|'catch'|'ignore', recreateComponents: list<string>, recreateApplication: bool, closeSessionOnRecreateApplication: bool, applicationClass: class-string<yii\base\Application>|null} does not narrow down the type.
|
tests/_support/FunctionalTester.php#L1
Ignored error pattern #^Method tests\\FunctionalTester\:\:grabLastSentEmail\(\) should return yii\\mail\\BaseMessage\|null but returns mixed\.$# (return.type) in path /home/runner/work/module-yii2/module-yii2/tests/_support/FunctionalTester.php was not matched in reported errors.
|
tests/_support/FunctionalTester.php#L1
Ignored error pattern #^Method tests\\FunctionalTester\:\:grabSentEmails\(\) has invalid return type tests\\_generated\\BaseMessage\.$# (class.notFound) in path /home/runner/work/module-yii2/module-yii2/tests/_support/FunctionalTester.php was not matched in reported errors.
|
tests/_support/FunctionalTester.php#L1
Ignored error pattern #^Method tests\\FunctionalTester\:\:grabSentEmails\(\) should return list\<tests\\_generated\\BaseMessage&tests\\_generated\\MessageInterface\> but returns mixed\.$# (return.type) in path /home/runner/work/module-yii2/module-yii2/tests/_support/FunctionalTester.php was not matched in reported errors.
|
|
The logs for this run have expired and are no longer available.
Loading