コード例 #1
0
ファイル: CageTest.php プロジェクト: robocoder/inspekt
 /**
  * test filter
  */
 public function testGetInt3()
 {
     $this->assertSame(2009, $this->cage->getInt('date'));
 }
コード例 #2
0
 /**
  *
  */
 public function testGetInt2()
 {
     $this->assertSame($this->cage->getInt('int'), 7);
 }