Exemplo n.º 1
0
 /**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function setTypeForInvalidTypeThrowsException()
 {
     $this->fixture->setType(-1);
 }