public function GlobAssetTest::testDump

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/GlobAssetTest.php, line 56

Class

GlobAssetTest

Namespace

Assetic\Test\Asset

Code

public function testDump() {
  $assets = new GlobAsset(__DIR__ . '/*.php');
  $this
    ->assertNotEmpty($assets
    ->dump(), '->dump() dumps contents');
}