예제 #1
0
 /**
  * @test
  */
 public function testGetPersonsSetPersons()
 {
     $this->extension->setPersons($this->persons);
     self::assertEquals($this->extension->getPersons(), $this->persons, 'Extensions Persons have been set wrong.');
 }