You are here

abstract protected function NamedSelectorTest::getSelector in Zircon Profile 8

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

Return value

NamedSelector

3 calls to NamedSelectorTest::getSelector()
NamedSelectorTest::testInvalidLocator in vendor/behat/mink/tests/Selector/NamedSelectorTest.php
@expectedException \InvalidArgumentException
NamedSelectorTest::testRegisterXpath in vendor/behat/mink/tests/Selector/NamedSelectorTest.php
NamedSelectorTest::testSelectors in vendor/behat/mink/tests/Selector/NamedSelectorTest.php
@dataProvider getSelectorTests
2 methods override NamedSelectorTest::getSelector()
ExactNamedSelectorTest::getSelector in vendor/behat/mink/tests/Selector/ExactNamedSelectorTest.php
PartialNamedSelectorTest::getSelector in vendor/behat/mink/tests/Selector/PartialNamedSelectorTest.php

File

vendor/behat/mink/tests/Selector/NamedSelectorTest.php, line 162

Class

NamedSelectorTest

Namespace

Behat\Mink\Tests\Selector

Code

protected abstract function getSelector();