You are here

public function ConditionTest::testEmptyCondition in Apigee Edge 8

Tests an empty condition (every result will be returned).

File

tests/src/Unit/ConditionTest.php, line 51

Class

ConditionTest
Entity query condition tests.

Namespace

Drupal\Tests\apigee_edge\Unit

Code

public function testEmptyCondition() {
  $this
    ->assertFilters($this
    ->mockCondition(), function () {
    return TRUE;
  });
}