public function testInterface() { $asset = new GlobAsset(__DIR__ . '/*.php'); $this ->assertInstanceOf('Assetic\\Asset\\AssetInterface', $asset, 'Asset implements AssetInterface'); }