Since: 2.0
Inheritance: extends Type
コード例 #1
0
ファイル: ArrayTest.php プロジェクト: doctrine/oxm
 /**
  * @group DBAL-73
  */
 public function testFalseConversion()
 {
     $this->assertFalse($this->_type->convertToPHPValue(serialize(false)));
 }