protected function LazyAssetManagerTest::setUp

File

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

Class

LazyAssetManagerTest

Namespace

Assetic\Test\Factory

Code

protected function setUp() {
  $this->factory = $this
    ->getMockBuilder('Assetic\\Factory\\AssetFactory')
    ->disableOriginalConstructor()
    ->getMock();
  $this->am = new LazyAssetManager($this->factory);
}