コード例 #1
0
ファイル: ViewTests.php プロジェクト: rumblesan/Minimal-VC
 function testSetAllArgs()
 {
     $args = array("test1" => 1, "test2" => 2);
     $view = new TestView('', '', './', $args);
     $this->assertIdentical($args, $view->get_args());
 }