summaryrefslogtreecommitdiffstats
path: root/tests/text_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct locale in all testsKore Nordmann2013-12-211-1/+3
|
* - 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
|
* - Implemented feature #12897: Add the possibility to have a subtitle forKore Nordmann2009-01-151-0/+98
| | | | | | Graphs.
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-17/+2
|
* - Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnitDerick Rethans2006-08-221-0/+4
| | | | | | requires PHp 5.1.3 or higher for those tests to work.
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-3/+3
|
* - Changed datsets to accept instances of ezcGraphDataSet onlyKore Nordmann2006-08-141-3/+3
| | | | | | | - Added bar charts - Globally increase acceptable difference noise for created images in tests
* - Removed factory methods and replaced them with direct class instantiation.Kore Nordmann2006-08-071-3/+3
|
* - Fixed borders for title elementKore Nordmann2006-07-301-6/+6
|
* - Refactored ezcGraphRendererKore Nordmann2006-07-111-38/+9
| | | | | | # Most test run again, but complete result is still errnous
* - Applied API change for accessing datasets to be able to distinguish easierKore Nordmann2006-06-271-3/+3
| | | | | | | | | | | between chart elements and datasets # Changes the way datasets are accessed for charts # Old: # $chart->dataset = array( ... ); # New: # $chart['dataset'] = array( ... );
* - Use margin, when rendering chart titleKore Nordmann2006-06-141-0/+53
|
* - Cleaned up testsKore Nordmann2006-06-071-65/+49
|
* - Added outomatic colorization from palletsKore Nordmann2006-06-061-6/+6
|
* - Added tests and implementation for text elements eg. chart titleKore Nordmann2006-06-021-0/+118
OpenPOWER on IntegriCloud