Skip to content

Commit

Permalink
ACP2E-3127: imagecreatetruecolor(): Argument #2 () must be greater th…
Browse files Browse the repository at this point in the history
…an 0. Can't upload specific image
  • Loading branch information
Chhandak.Barua authored and Chhandak.Barua committed Jul 31, 2024
1 parent ac12fb6 commit 5c0fc10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public function resizeDataProvider()
[$this->_getFixture('image_adapters_test.png'), [100, null]],
[$this->_getFixture('image_adapters_test.png'), [null, null]],
[$this->_getFixture('image_adapters_test.png'), [-100, -50]],
[$this->_getFixture('image_adapters_test.png'), [200, 0]]
]
);
}
Expand Down

0 comments on commit 5c0fc10

Please sign in to comment.