module-yii2 icon indicating copy to clipboard operation
module-yii2 copied to clipboard

Codeception module for Yii2 framework

Results 7 module-yii2 issues
Sort by recently updated
recently updated
newest added

Hi!, After doing "composer install" there is the following warning: `Composer could not detect the root package (yiisoft/yii2-app-advanced) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version` In my composer.lock I have this:...

Can someone remove type `object` for $request from this method Codeception\Lib\Connector\Yii2::doRequest(object $request) please?

IF I want to use `yii\filters\ContentNegotiator` in bootstrap(as it implements `yii\base\BootstrapInterface` and therefore I should be able to do so) It unfortunately does not work as - Bootstrap is called...

Hello, after adding a function to the [boostrap](https://www.yiiframework.com/doc/guide/2.0/en/structure-applications#bootstrap) of my Yii2 application, a lot of my tests stopped working. For all of them it was always one of two reasons:...

#### What are you trying to achieve? I would like to see the Yii2::debug() output in the `codecept run -vvv ` output. #### What do you get instead? Only the...

bug

Note: I may not be aware of all configuration options or available functionality, so please let me know if I'm missing something. AFIK, there is the option to configure fixtures...

Steps to reproduce: 1. Install basic yii2 template 2. Add tests https://github.com/arrilot/yii2-codeception-memory-leak-demo/pull/1/files 3. run `vendor/bin/codecept run tests/unit/leak/A500Test.php` ``` Time: 00:02.015, Memory: 156.00 MB OK (500 tests, 500 assertions) ``` 4....