Наследование: implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface, use trait Nelmio\Alice\IsAServiceTrait
Пример #1
0
 /**
  * @expectedException \Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\LexException
  * @expectedExceptionMessage Could not lex the value "foo".
  */
 public function testThrowsAnExceptionIfNoMatchingPatternFound()
 {
     $this->lexer->lex('foo');
 }