public function NamedSelectorTest::testInvalidLocator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/tests/Selector/NamedSelectorTest.php \Behat\Mink\Tests\Selector\NamedSelectorTest::testInvalidLocator()
@expectedException \InvalidArgumentException
File
- vendor/
behat/ mink/ tests/ Selector/ NamedSelectorTest.php, line 25
Class
Namespace
Behat\Mink\Tests\SelectorCode
public function testInvalidLocator() {
$namedSelector = $this
->getSelector();
$namedSelector
->translateToXPath(array(
'foo',
'bar',
'baz',
));
}