PHP Class Doctrine\Tests\OXM\Types\DateTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: doctrine/oxm

Protected Properties

Property Type Description
$_type Doctrine\OXM\Types\DateType
$_tz

Public Methods

Method Description
tearDown ( )
testDateConvertsToDatabaseValue ( )
testDateConvertsToPHPValue ( )
testDateResetsNonDatePartsToZeroUnixTimeValues ( )
testDateRests_SummerTimeAffection ( )
testInvalidDateFormatConversion ( )
testName ( )
testNullConversion ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() public method

public tearDown ( )

testDateConvertsToDatabaseValue() public method

testDateConvertsToPHPValue() public method

testDateResetsNonDatePartsToZeroUnixTimeValues() public method

testDateRests_SummerTimeAffection() public method

testInvalidDateFormatConversion() public method

testName() public method

public testName ( )

testNullConversion() public method

public testNullConversion ( )

Property Details

$_type protected_oe property

protected DateType,Doctrine\OXM\Types $_type
return Doctrine\OXM\Types\DateType

$_tz protected_oe property

protected $_tz