protected function AssetReferenceTest::setUp

File

drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetReferenceTest.php, line 21

Class

AssetReferenceTest

Namespace

Assetic\Test\Asset

Code

protected function setUp() {
  $this->am = $this
    ->getMock('Assetic\\AssetManager');
  $this->ref = new AssetReference($this->am, 'foo');
}