codeception\TestCase $appConfig

$appConfig public property

The application configuration that will be used for creating an application instance for each test. You can use a string to represent the file path or path alias of a configuration file. The application configuration array may contain an optional class element which specifies the class name of the application instance to be created. By default, a yii\web\Application instance will be created.

public array|string $appConfig = '@tests/codeception/config/unit.php'
doc_Yii
2016-10-30 16:54:33
Comments
Leave a Comment

Please login to continue.