Ejemplo n.º 1
0
 function testSetAllArgs()
 {
     $args = array("test1" => 1, "test2" => 2);
     $view = new TestView('', '', './', $args);
     $this->assertIdentical($args, $view->get_args());
 }