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