コード例 #1
0
ファイル: LoaderTest.php プロジェクト: penSecIT/PHProjekt
 /**
  * Test GetViewClassname
  */
 public function testGetViewClassname()
 {
     $this->assertEquals('Project_Views_Project', Phprojekt_Loader::getViewClassname('Project', 'Project'));
 }