summaryrefslogtreecommitdiffstats
path: root/tests/chart_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Resolved #12379: Ensure one chart can be rerendered with new datasets)Kore Nordmann2008-05-311-0/+30
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Test for unknown elementsKore Nordmann2007-11-271-1/+21
|
* - Added test case for a bar chart with two sinlge point datasetsKore Nordmann2007-11-211-0/+19
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Fixed bug #11157: Wrong display of single record with labeled axisKore Nordmann2007-08-011-2/+36
|
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-141-3/+31
| | | | | | ezGraphPieChart
* - Move existing background tests to own test caseKore Nordmann2007-01-241-60/+0
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Fixed bug #9568: (Devision by zero warning)Kore Nordmann2006-11-301-0/+26
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Added documentationKore Nordmann2006-09-211-2/+2
| | | | | | - Removed no longer used exceptions
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-15/+1
|
* - Skip tests if extension or extension feature is not availableKore Nordmann2006-09-111-0/+6
|
* - Moved properties to properties arrayKore Nordmann2006-08-181-3/+3
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* Update UnitTest component and unit tests to work with PHPUnit >= ↵Sebastian Bergmann2006-08-141-5/+5
| | | | 3.0.0alpha12. This is also the required version of PHPUnit now.
* - Added option to gd driver to set an external image as backgroundKore Nordmann2006-08-091-22/+8
| | | | | | | - Got chart background images working again - Post process images in gd driver to not apply supersampling for images
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-12/+12
|
* - Added basic 3d rendererKore Nordmann2006-08-021-1/+1
| | | | | | | # Several unresolved rendering issues - Fixed filled line charts in 2d renderer
* assert{private|protected}PropertySame() -> assertSame( ..., ↵Sebastian Bergmann2006-06-151-2/+2
| | | | getNonPublicProperty())
* - Added tests and implementation for background images in chartsKore Nordmann2006-06-121-1/+7
| | | | | | - Fixed bug with image sizes in gd driver
* - Cleaned up testsKore Nordmann2006-06-071-83/+14
|
* - Added test for axis renderingKore Nordmann2006-05-311-1/+1
| | | | | | | - Implemented axis rendering - Missing lables
* - Refactored rendering methodsKore Nordmann2006-05-191-1/+5
| | | | | | - Refactored chart title to be a chartelement
* - Added tests and implementation for legend generationKore Nordmann2006-05-171-7/+0
|
* - Implemented automagic scaling for numeric axisKore Nordmann2006-05-161-1/+3
| | | | | | | - Let incomplete tests throw a PHPUnit2_Framework_IncompleteTestError instead of just failing
* - Updated test for changed FileNotFound exceptionKore Nordmann2006-05-091-2/+2
|
* - Switched to getNonPublicProperty instead of assertProtectedPropertySameKore Nordmann2006-05-091-5/+20
| | | | | | - Added documentation to chartoption class
* - Added more tests for ezcGraphChartKore Nordmann2006-05-091-2/+46
| | | | | | | - Implemented setting renderer and driver - Started with setting of chart options (yet incomplete)
* - Added tests for ezcGraphChartKore Nordmann2006-05-091-6/+99
|
* - Forget to add tests for Graph class yesterdayKore Nordmann2006-05-091-0/+120
- Added tests for ezcGraphColor factory methods - Updated test suite for ezcGraphColor tests
OpenPOWER on IntegriCloud