コード例 #1
0
ファイル: RuleTest.php プロジェクト: wasilak/iniscan
 /**
  * Test that the rule passes correctly
  *
  * @covers \Psecio\Iniscan\Rule::pass
  */
 public function testPassStatus()
 {
     $rule = new Rule(array(), 'testsection');
     $rule->pass();
     $this->assertTrue($rule->getStatus());
 }