public function testGetCacheKey() { $loader = new Twig_Loader_Array(array( 'foo' => 'bar', )); $this ->assertEquals('bar', $loader ->getCacheKey('foo')); }