ExactNamedSelectorTest.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Behat\Mink\Tests\SelectorFile
vendor/behat/mink/tests/Selector/ExactNamedSelectorTest.phpView source
<?php
namespace Behat\Mink\Tests\Selector;
use Behat\Mink\Selector\ExactNamedSelector;
class ExactNamedSelectorTest extends NamedSelectorTest {
protected function getSelector() {
return new ExactNamedSelector();
}
protected function allowPartialMatch() {
return false;
}
}
Classes
Name | Description |
---|---|
ExactNamedSelectorTest |