You are here

public function EditableTest::testCanExpose in Views Node Access Filter 8

Ensure the filter cannot be exposed.

File

tests/src/Unit/EditableTest.php, line 49

Class

EditableTest
Test file.

Namespace

Drupal\Tests\views_node_access_filter\Unit

Code

public function testCanExpose() {
  $this
    ->assertFalse($this->plugin
    ->canExpose());
}