Esempio n. 1
0
 /**
  * @test
  */
 public function shouldReturnTypeThatWasSetBefore()
 {
     $repo = new Repository();
     $repo->setType($type = 'vcs');
     $this->assertEquals($type, $repo->getType());
 }