Exemplo n.º 1
0
 function test_get_marked_url()
 {
     $module = new DummyModule();
     $record = array('url' => '/test/single');
     $this->assertEqual($module->get_marked_url($record), '/test/single');
 }