protected function ExactNamedSelectorTest::allowPartialMatch in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/tests/Selector/ExactNamedSelectorTest.php \Behat\Mink\Tests\Selector\ExactNamedSelectorTest::allowPartialMatch()
Return value
bool
Overrides NamedSelectorTest::allowPartialMatch
File
- vendor/
behat/ mink/ tests/ Selector/ ExactNamedSelectorTest.php, line 14
Class
Namespace
Behat\Mink\Tests\SelectorCode
protected function allowPartialMatch() {
return false;
}