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