Exemplo n.º 1
0
 /**
  * Test nameOfCommand method.
  */
 public function testNameOfCommand()
 {
     $this->given($exception = NotFoundException::nameOfCommand('bar'))->then()->variable($exception->getPrevious())->isNull();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 protected function notFoundException($command)
 {
     return NotFoundException::nameOfCommand($command);
 }