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