Index: trunk/phase3/tests/phpunit/includes/api/RandomImageGenerator.php |
— | — | @@ -32,7 +32,6 @@ |
33 | 33 | private $minHeight = 400; |
34 | 34 | private $maxHeight = 800; |
35 | 35 | private $shapesToDraw = 5; |
36 | | - private $imageWriteMethod; |
37 | 36 | |
38 | 37 | /** |
39 | 38 | * Orientations: 0th row, 0th column, EXIF orientation code, rotation 2x2 matrix that is opposite of orientation |