You are here

protected function PartialNamedSelectorTest::allowPartialMatch in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

PartialNamedSelectorTest

Namespace

Behat\Mink\Tests\Selector

Code

protected function allowPartialMatch() {
  return true;
}