コード例 #1
0
ファイル: ProviderTest.php プロジェクト: zhabinka/fenom
 public function testGetAll()
 {
     $list = $this->provider->getList();
     sort($list);
     $this->assertSame(array("sub/template3.tpl", "template1.tpl", "template2.tpl"), $list);
 }