You are here

protected function ExactNamedSelectorTest::allowPartialMatch in Zircon Profile 8

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

ExactNamedSelectorTest

Namespace

Behat\Mink\Tests\Selector

Code

protected function allowPartialMatch() {
  return false;
}