Example #1
0
 /**
  * test filter
  */
 public function testGetInt3()
 {
     $this->assertSame(2009, $this->cage->getInt('date'));
 }
 /**
  *
  */
 public function testGetInt2()
 {
     $this->assertSame($this->cage->getInt('int'), 7);
 }