示例#1
0
 /**
  * Tests that the source returns the same rows as expected.
  */
 public function testRetrieval()
 {
     $this->assertInstanceOf(SelectInterface::class, $this->source->query());
     $this->queryResultTest($this->source, $this->expectedResults);
 }