Example #1
0
 /**
  * @test
  */
 public function toArrayTest()
 {
     $this->fixture = $this->coordinator->getDatabase('contacts');
     $this->assertEquals($this->getAllTestData(), $this->databaseToDataArray($this->fixture));
     $this->assertEquals($this->getAllTestObjects(), $this->fixture->toArray());
 }