Ejemplo n.º 1
0
 public function testGetAll()
 {
     $list = $this->provider->getList();
     sort($list);
     $this->assertSame(array("sub/template3.tpl", "template1.tpl", "template2.tpl"), $list);
 }