public function LazyAssetManagerTest::testGetResourcesEmpty

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/LazyAssetManagerTest.php, line 76

Class

LazyAssetManagerTest

Namespace

Assetic\Test\Factory

Code

public function testGetResourcesEmpty() {
  $this->am
    ->getResources();
}