summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add unit test for ImageWorkshop::initFromPath factory through HTTPJérémy DECOOL2015-07-051-1/+11
|
* Fix exception code when file not foundJérémy DECOOL2015-06-011-1/+1
|
* Merge pull request #68 from jdecool/save-error-managementJérémy DECOOL2015-03-271-1/+76
|\ | | | | Throw an exception when save process failed
| * Add some unit testsjeremy2015-03-261-1/+76
| |
* | Update ImageWorkshop::initFromPath to allow load image from URLJérémy DECOOL2015-03-211-2/+9
|/
* Class autoloader configurationjeremy2015-03-161-1/+3
|
* Disable some test with PHP >= 5.5 due to PHP GD extension bugjeremy2015-03-161-2/+8
|
* Added method ImageWorkshopLayer::cropToAspectRatio()Arnold Daniels2014-01-261-0/+118
| | | This methods crop either to width or height of the document to match the aspect ratio.
* Added method ImageWorkshopLayer::resizeToFix()Arnold Daniels2014-01-261-0/+48
| | | This methods resizes an image to fit a bounding box.
* Add a test for exception2.0.3sybio2013-06-181-0/+7
|
* Add unit tests for rotate methodsybio2013-06-181-0/+48
|
* Add unit tests for crop methods and one exceptionsybio2013-06-181-0/+150
|
* Add unit tests for resize methodssybio2013-06-181-14/+292
|
* New version: 2.0.0sybio2012-11-206-772/+913
|
* - Modifying the syntax of the test filesybio2012-09-211-2/+2
|
* - Correction of the "require_once" path to the classsybio2012-09-211-1/+1
|
* **Version 1.2.3 - 2012-08-30**sybio2012-08-301-2/+2
| | | | | | | | - Fixing a position bug when cropping with some positioning choices on crop() method - Changing the comportment of updateLayerPositionsAfterCropping(), an internal method - Removing useless cropBackground() method - Refactoring crop() method (comportment doesn't change) - Updating the lib path in the test file
* Adding some unit tests. Refactoring clearStack() and delete() methods.sybio2012-05-191-18/+53
|
* Changing the name of the properties layersPositions and layersLevels for ↵sybio2012-05-191-59/+71
| | | | layerPositions and layerLevels
* Add mergeDown() method (with unit tests)sybio2012-05-191-6/+25
|
* Refactoring rotate methodsybio2012-05-131-2/+1
|
* Add moveDown, moveUp, moveBottom, moveTop, moveTo methods (units tested)sybio2012-05-131-31/+475
|
* Added some testssybio2012-05-041-27/+207
|
* Unit test structuresybio2012-04-241-0/+126