From: Neil Kandalgaonkar Date: Tue, 2 Aug 2011 00:36:38 +0000 (+0000) Subject: add maxWidth param X-Git-Tag: 1.31.0-rc.0~28503 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=844ecc5cdbaf716e87d821b1a91d76c9d133e308;p=lhc%2Fweb%2Fwiklou.git add maxWidth param --- diff --git a/tests/phpunit/includes/api/RandomImageGenerator.php b/tests/phpunit/includes/api/RandomImageGenerator.php index ae349978d9..69c017a3d8 100644 --- a/tests/phpunit/includes/api/RandomImageGenerator.php +++ b/tests/phpunit/includes/api/RandomImageGenerator.php @@ -69,7 +69,7 @@ class RandomImageGenerator { public function __construct( $options = array() ) { - foreach ( array( 'dictionaryFile', 'minWidth', 'minHeight', 'maxHeight', 'shapesToDraw' ) as $property ) { + foreach ( array( 'dictionaryFile', 'minWidth', 'minHeight', 'maxWidth', 'maxHeight', 'shapesToDraw' ) as $property ) { if ( isset( $options[$property] ) ) { $this->$property = $options[$property]; }