コード例 #1
0
ファイル: BinaryTest.php プロジェクト: energylab/gacela
 public function testValidatePassNull()
 {
     $this->meta->null = true;
     $this->assertTrue($this->object->validate($this->meta, null));
 }