Exemplo n.º 1
0
 /**
  * @test
  */
 public function setCompanySetsCompany()
 {
     $this->fixture->setCompany('Example Inc.');
     self::assertEquals('Example Inc.', $this->fixture->getCompany());
 }