public function testSupportsWithNoSupportedEngine()
 {
     $engine = $this->getEngineMock('template.php', false);
     $delegatingEngine = new DelegatingEngine(array($engine));
     $this->assertFalse($delegatingEngine->supports('template.php'));
 }