Example #1
0
 public function testAllowGetName()
 {
     $extension = new ImagineExtension($this->createCacheManagerMock());
     $this->assertEquals('liip_imagine', $extension->getName());
 }