#!/usr/bin/env php [ 'fixture' => [ 'class' => 'yii\faker\FixtureController', 'fixtureDataPath' => '@tests/codeception/fixtures', 'templatePath' => '@tests/codeception/templates', 'namespace' => 'tests\codeception\fixtures', ], ], ] ); $application = new yii\console\Application($config); $exitCode = $application->run(); exit($exitCode);