You are here

public function CandidatesTest::testRestrictQuery in Zircon Profile 8

Same name and namespace in other branches
  1. 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

CandidatesTest

Namespace

Symfony\Cmf\Component\Routing\Tests\Candidates

Code

public function testRestrictQuery() {
  $candidates = new Candidates();
  $candidates
    ->restrictQuery(null);
}