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 95b5269 commit 83f1feeCopy full SHA for 83f1fee
CHANGELOG.md
@@ -5,7 +5,7 @@ All Notable changes to `array-functions` will be documented in this file
5
## 1.7.0 - 2015-11-18
6
7
### Added
8
-- array_split function
+- array_merge_values function
9
10
## 1.6.0 - 2015-10-28
11
tests/mergeValuesTest.php tests/ArrayMergeValuesTest.phptests/mergeValuesTest.php renamed to tests/ArrayMergeValuesTest.php
@@ -4,7 +4,7 @@
4
use function spatie\array_merge_values;
-class MergeValuesTest extends \PHPUnit_Framework_TestCase
+class ArrayMergeValuesTest extends \PHPUnit_Framework_TestCase
{
/**
* @test
0 commit comments