public function FilterCollectionTest::testInterface

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php, line 18

Class

FilterCollectionTest

Namespace

Assetic\Test\Filter

Code

public function testInterface() {
  $filter = new FilterCollection();
  $this
    ->assertInstanceOf('Assetic\\Filter\\FilterInterface', $filter, 'FilterCollection implements FilterInterface');
}