public function testGetExceptionWithInvalidPlugin()
 {
     $filterLoaders = new FilterLoaderPluginManager();
     $this->setExpectedException('HtImgModule\\Exception\\InvalidArgumentException');
     $filterLoaders->validatePlugin(new \ArrayObject());
 }