@@ -62,7 +62,7 @@ |
||
| 62 | 62 | 'yii\queue\db\migrations', |
| 63 | 63 | ], |
| 64 | 64 | ], |
| 65 | - 'fixture' => [ // Fixture generation command line. |
|
| 65 | + 'fixture' => [// Fixture generation command line. |
|
| 66 | 66 | 'class' => \yii\faker\FixtureController::class, |
| 67 | 67 | 'templatePath' => 'tests/fixtures/templates', |
| 68 | 68 | 'fixtureDataPath' => 'tests/fixtures/data', |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -$webConfig = require __DIR__.'/web.php'; |
|
| 3 | +$webConfig = require __DIR__ . '/web.php'; |
|
| 4 | 4 | |
| 5 | 5 | $db = require __DIR__ . '/test_db.php'; |
| 6 | 6 | |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | 'and', |
| 65 | 65 | ['active' => 1], |
| 66 | 66 | ['reservation_uid' => null], |
| 67 | - ['<=', 'updated_at', (new \DateTime(sprintf('-%d seconds', (int)$this->restTime)))->format('Y-m-d H:i:s')], |
|
| 67 | + ['<=', 'updated_at', (new \DateTime(sprintf('-%d seconds', (int) $this->restTime)))->format('Y-m-d H:i:s')], |
|
| 68 | 68 | ]; |
| 69 | 69 | |
| 70 | 70 | if ($model->proxy_id) { |