aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/ImageTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/ImageTest.php')
-rw-r--r--tests/lib/ImageTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/lib/ImageTest.php b/tests/lib/ImageTest.php
index 34fcf0e004d..5b83c4ac57f 100644
--- a/tests/lib/ImageTest.php
+++ b/tests/lib/ImageTest.php
@@ -344,12 +344,12 @@ class ImageTest extends \Test\TestCase {
$this->assertEquals($expected[1], $img->height());
}
- function convertDataProvider() {
- return array(
- array( 'image/gif'),
- array( 'image/jpeg'),
- array( 'image/png'),
- );
+ public function convertDataProvider() {
+ return [
+ [ 'image/gif'],
+ [ 'image/jpeg'],
+ [ 'image/png'],
+ ];
}
/**