public function testConstructorDefaults()
 {
     $this->assertSame($this->resultSet, $this->model->getResultSetPrototype());
     $this->assertSame($this->mockDataGateway, $this->model->getDataGateway());
 }