Преглед на файлове

Merge branch 'mhujer-security/ZF2015-09-php53'

Closes #649
Rob Allen преди 10 години
родител
ревизия
d8432170c8
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      tests/Zend/Crypt/MathTest.php

+ 4 - 4
tests/Zend/Crypt/MathTest.php

@@ -80,10 +80,10 @@ class Zend_Crypt_MathTest extends PHPUnit_Framework_TestCase
 
     public static function provideRandInt()
     {
-        return [
-            [2, 1, 10000, 100, 0.9, 1.1, false],
-            [2, 1, 10000, 100, 0.8, 1.2, true]
-        ];
+        return array(
+            array(2, 1, 10000, 100, 0.9, 1.1, false),
+            array(2, 1, 10000, 100, 0.8, 1.2, true)
+        );
     }
 
     /**