コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: nella/ActiveMapper
 public function testIsValidNull2()
 {
     $object = new DateTime('test', TRUE);
     $this->assertTrue($object->isValid(NULL));
 }
コード例 #2
0
ファイル: DateTimeTest.php プロジェクト: nella/ActiveMapper
 public function testIsValidNull1()
 {
     $this->assertFalse($this->object->isValid(NULL));
 }