summaryrefslogtreecommitdiffstats
path: root/tests/date_axis_test.php
Commit message (Expand)AuthorAgeFilesLines
* - Added feature #10470: Add support for format callback functions on all axisKore Nordmann2007-04-121-0/+72
* - Another case fixed for bug #10018.Kore Nordmann2007-02-151-0/+25
* - Missed and fixed one test case for issue #10018.Kore Nordmann2007-01-181-0/+24
* - Fixed issue #10018: axis scale incorrect when startDate != first day of monthKore Nordmann2007-01-181-0/+48
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - Fixed: Bug #9926 (Float values with date axis result in date parsing Kore Nordmann2007-01-031-0/+20
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-28/+3
* - Fixed: Bug #9586 (No data rendered with string keys on date axis.)Kore Nordmann2006-11-241-0/+61
* - Added missing tests for axisKore Nordmann2006-10-271-0/+37
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...Sebastian Bergmann2006-10-051-1/+1
* - Ignore text rendering exceptions in axis testsKore Nordmann2006-09-241-10/+80
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-13/+2
* - Moved properties to properties arrayKore Nordmann2006-08-181-24/+24
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-10/+10
* Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...Sebastian Bergmann2006-08-141-24/+24
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-15/+15
* - Added date axisKore Nordmann2006-08-091-0/+354
OpenPOWER on IntegriCloud