Exemplo n.º 1
0
 /**
  * Test if the getGet responses with the default set value if the parameter doesn't exist.
  */
 public function testNotExistedGetParamWithDefaultValue()
 {
     $this->assertSame($this->request->getGet('not_existed_param', 'default_value'), 'default_value');
 }