示例#1
0
 public function testGetDb()
 {
     $this->mockApplication(['components' => ['elasticsearch' => Connection::className()]]);
     $this->assertInstanceOf(Connection::className(), ActiveRecord::getDb());
 }