/**
  * @expectedException \Kynx\Template\Resolver\Exception\ResolverTypeNotFoundException
  */
 public function testGetPathsNotSupported()
 {
     $cache = $this->getCacheResolver(AbstractResolver::DEFAULT_NAMESPACE . '::test', '', false);
     $this->resolver->attach($cache);
     $this->resolver->getPaths();
 }