Пример #1
0
 /**
  * @covers Gacela\DataSource\DataSource::lastQuery
  * @todo   Implement testLastQuery().
  */
 public function testLastQuery()
 {
     $this->assertSame(array(), $this->object->lastQuery());
 }