You are here

protected function PartialNamedSelectorTest::getSelector in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink/tests/Selector/PartialNamedSelectorTest.php \Behat\Mink\Tests\Selector\PartialNamedSelectorTest::getSelector()

Return value

NamedSelector

Overrides NamedSelectorTest::getSelector

File

vendor/behat/mink/tests/Selector/PartialNamedSelectorTest.php, line 9

Class

PartialNamedSelectorTest

Namespace

Behat\Mink\Tests\Selector

Code

protected function getSelector() {
  return new PartialNamedSelector();
}