public function CandidatesTest::testRestrictQuery in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony-cmf/routing/Tests/Candidates/CandidatesTest.php \Symfony\Cmf\Component\Routing\Tests\Candidates\CandidatesTest::testRestrictQuery()
Nothing should be called on the query builder
File
- vendor/
symfony-cmf/ routing/ Tests/ Candidates/ CandidatesTest.php, line 32
Class
Namespace
Symfony\Cmf\Component\Routing\Tests\CandidatesCode
public function testRestrictQuery() {
$candidates = new Candidates();
$candidates
->restrictQuery(null);
}