public function FilterManagerTest::testHasInvalid

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/FilterManagerTest.php, line 48

Class

FilterManagerTest

Namespace

Assetic\Test

Code

public function testHasInvalid() {
  $this
    ->assertFalse($this->fm
    ->has('foo'), '->has() returns false if the filter is not set');
}