Exemplo n.º 1
0
 /**
  * @test
  */
 public function setAccountOwnerSetsAccountOwner()
 {
     $this->fixture->setAccountOwner('John Doe');
     self::assertEquals('John Doe', $this->fixture->getAccountOwner());
 }