5use PHPUnit\Framework\TestCase;
34 $fb->add(100, 150,
'BUSY');
54 $fb->add(100, 150,
'BUSY-TENTATIVE');
61 'type' =>
'BUSY-TENTATIVE',
82 $fb->add(150, 200,
'BUSY');
112 $fb->add(150, 160,
'BUSY');
145 $fb->add(110, 120,
'BUSY');
146 $fb->add(130, 140,
'BUSY');
188 $fb->add(110, 120,
'BUSY');
189 $fb->add(130, 140,
'BUSY');
222 $fb->add(115, 135,
'BUSY-TENTATIVE');
239 'type' =>
'BUSY-TENTATIVE',
263 $fb->add(110, 120,
'BUSY');
264 $fb->add(130, 140,
'BUSY');
297 $fb->add(115, 135,
'BUSY');
An exception for terminatinating execution or to throw for unit testing.
testAddMiddle()
@depends testAddEnd
testAddMultipleOverlapAndMerge()
@depends testAddMultipleOverlap
testAddBeginning()
@depends testGetData
testAddMultiple()
@depends testAddMiddle
testAddEnd()
@depends testAddBeginning
testAddMultipleOverlap()
@depends testAddMultiple
FreeBusyData is a helper class that manages freebusy information.