/**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function setCodePathWithEmptyStringThrowsException()
 {
     $this->fixture->setCodePath('');
 }