summaryrefslogtreecommitdiffstats
path: root/tests/dataset_test.php
Commit message (Expand)AuthorAgeFilesLines
* - Implemented feature #11247: Custom highlight values in line and bar charts.Kore Nordmann2007-09-051-0/+34
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-4/+4
* - Fixed issue #10759: Unset implementation broken in array access in datasets Kore Nordmann2007-05-101-0/+160
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
* - Readded accidentally removed test caseKore Nordmann2007-01-031-0/+17
* - Fixed issue #9916: ArrayDataSet can handle Iterator was not documentedKore Nordmann2007-01-031-2/+22
* - Fixed: #9583 (Data typecasting should only be done in axis)Kore Nordmann2006-11-241-2/+19
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the...Sebastian Bergmann2006-10-051-1/+1
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-19/+0
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-43/+43
* Update UnitTest component and unit tests to work with PHPUnit >= 3.0.0alpha12...Sebastian Bergmann2006-08-141-3/+3
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-19/+19
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-17/+17
* - Renamed Dataset to DataSetKore Nordmann2006-08-071-30/+30
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-43/+43
* - Added possibility to highlight datasets and dataset elementsKore Nordmann2006-06-121-4/+37
* - Cleaned up testsKore Nordmann2006-06-071-133/+34
* - Added test for palettesKore Nordmann2006-06-061-7/+0
* - Implemented automagic scaling for numeric axisKore Nordmann2006-05-161-1/+3
* - Added tests to retrieve and set single data in datasetsKore Nordmann2006-05-101-10/+88
* - Added basic tests for dataset creationKore Nordmann2006-05-101-0/+265
OpenPOWER on IntegriCloud