|
|
@ -28,6 +28,9 @@ class ActiveDataProviderTest extends DatabaseTestCase |
|
|
|
{ |
|
|
|
{ |
|
|
|
parent::setUp(); |
|
|
|
parent::setUp(); |
|
|
|
ActiveRecord::$db = $this->getConnection(); |
|
|
|
ActiveRecord::$db = $this->getConnection(); |
|
|
|
|
|
|
|
$this->mockApplication([ |
|
|
|
|
|
|
|
'request' => 'yii\\web\\Request', |
|
|
|
|
|
|
|
]); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function testActiveQuery() |
|
|
|
public function testActiveQuery() |
|
|
|