You are here

public function SelectorsHandlerTest::testXpathSelectorIsReturnedAsIs in Zircon Profile 8

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

File

vendor/behat/mink/tests/Selector/SelectorsHandlerTest.php, line 49

Class

SelectorsHandlerTest

Namespace

Behat\Mink\Tests\Selector

Code

public function testXpathSelectorIsReturnedAsIs() {
  $handler = new SelectorsHandler();
  $this
    ->assertEquals('some_xpath', $handler
    ->selectorToXpath('xpath', 'some_xpath'));
}