コード例 #1
0
ファイル: DateTimeTypeTest.php プロジェクト: php-lug/lug
 public function testEmptyTypes()
 {
     $this->assertSame([DateTimeType::TYPE_EMPTY, DateTimeType::TYPE_NOT_EMPTY], DateTimeType::getEmptyTypes());
 }