PHP Class JBZoo\PHPUnit\DatesTest

Inheritance: extends JBZoo\PHPUnit\PHPUnit
Show file Open project: jbzoo/utils

Public Methods

Method Description
testConst ( )
testFactory ( ) Test that factory() returns a DateTime object.
testHuman ( )
testIsDate ( )
testIsThisMonth ( )
testIsThisWeek ( )
testIsThisYear ( )
testIsToday ( )
testIsTomorrow ( )
testIsYesterday ( )
testSql ( )
testTimezone ( )
testToStamp ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testConst() public method

public testConst ( )

testFactory() public method

Test that factory() returns a DateTime object.
public testFactory ( )

testHuman() public method

public testHuman ( )

testIsDate() public method

public testIsDate ( )

testIsThisMonth() public method

public testIsThisMonth ( )

testIsThisWeek() public method

public testIsThisWeek ( )

testIsThisYear() public method

public testIsThisYear ( )

testIsToday() public method

public testIsToday ( )

testIsTomorrow() public method

public testIsTomorrow ( )

testIsYesterday() public method

public testIsYesterday ( )

testSql() public method

public testSql ( )

testTimezone() public method

public testTimezone ( )

testToStamp() public method

public testToStamp ( )