We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f7591 commit 6c03599Copy full SHA for 6c03599
composer.json
@@ -20,8 +20,11 @@
20
"homepage": "http://github.com/henderjon"
21
}
22
],
23
+ "require": {
24
+ "php" : ">=5.3.0"
25
+ },
26
"require-dev": {
- "phpunit/phpunit": "~4.1"
27
+ "phpunit/phpunit": "~4.8|~9"
28
},
29
"autoload" : {
30
"files": ["src/array.php"]
test/ArrayFunctionsTest.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-class ArrayFunctionsTest extends PHPUnit_Framework_TestCase {
+class ArrayFunctionsTest extends \PHPUnit\Framework\TestCase {
4
5
public function testArrayFlatten() {
6
$this->assertEquals(
@@ -53,4 +53,3 @@ public function testArrayKeyRefill() {
53
54
55
56
-
0 commit comments