Esempio n. 1
0
 public function testResetGetPageVariableToNull()
 {
     $_GET['testingsomething_page'] = 4;
     GetUtil::resetGetPageVariableToNull('testingsomething');
     $this->assertNull($_GET['testingsomething_page']);
 }