public function AssetManagerTest::testGetInvalidAsset

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetManagerTest.php, line 32

Class

AssetManagerTest

Namespace

Assetic\Test

Code

public function testGetInvalidAsset() {
  $this
    ->setExpectedException('InvalidArgumentException');
  $this->am
    ->get('foo');
}