Ejemplo n.º 1
0
 /**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function setTestsPathWithEmptyStringThrowsException()
 {
     $this->fixture->setTestsPath('');
 }