PHP Class Business\Tests\DayTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: florianv/business

Public Methods

Method Description
testExceptionEmptyOpeningInterval ( )
testExceptionInvalidDayOfWeek ( )
testGetClosestOpenTimeAfterOutsideIntervals ( )
testGetClosestOpeningTimeAfterBetweenIntervals ( )
testGetClosestOpeningTimeAfterInsideInterval ( )
testGetClosestOpeningTimeBeforeBetweenIntervals ( )
testGetClosestOpeningTimeBeforeInsideInterval ( )
testGetClosestOpeningTimeBeforeOutsideIntervals ( )
testGetClosingTime ( )
testGetOpeningTime ( )
testIsTimeWithin ( )
testJsonSerialize ( )
testSerializeUnserialize ( )

Method Details

testExceptionEmptyOpeningInterval() public method

testExceptionInvalidDayOfWeek() public method

testGetClosestOpenTimeAfterOutsideIntervals() public method

testGetClosestOpeningTimeAfterBetweenIntervals() public method

testGetClosestOpeningTimeAfterInsideInterval() public method

testGetClosestOpeningTimeBeforeBetweenIntervals() public method

testGetClosestOpeningTimeBeforeInsideInterval() public method

testGetClosestOpeningTimeBeforeOutsideIntervals() public method

testGetClosingTime() public method

public testGetClosingTime ( )

testGetOpeningTime() public method

public testGetOpeningTime ( )

testIsTimeWithin() public method

public testIsTimeWithin ( )

testJsonSerialize() public method

public testJsonSerialize ( )

testSerializeUnserialize() public method