Documentation

DayOfMonthFieldTest extends PHPUnit_Framework_TestCase
in package

Tags
author

Michael Dowling mtdowling@gmail.com

Table of Contents

testChecksIfSatisfied()  : mixed
testDoesNotAccept0Date()  : mixed
Day of the month cannot accept a 0 value, it must be between 1 and 31 See Github issue #120
testIncrementsDate()  : mixed
testValidatesField()  : mixed

Methods

testChecksIfSatisfied()

public testChecksIfSatisfied() : mixed
Tags
covers
Return values
mixed

testDoesNotAccept0Date()

Day of the month cannot accept a 0 value, it must be between 1 and 31 See Github issue #120

public testDoesNotAccept0Date() : mixed
Tags
since
2017-01-22
Return values
mixed

testIncrementsDate()

public testIncrementsDate() : mixed
Tags
covers
Return values
mixed

testValidatesField()

public testValidatesField() : mixed
Tags
covers
Return values
mixed

Search results