keboola / php-utils

A set of utility functions
MIT License
0 stars 1 forks source link

Fix flattenArray fn #5

Closed ujovlado closed 5 years ago

ujovlado commented 5 years ago

Fixes: #4

Changes:

ujovlado commented 5 years ago
1) Keboola\Utils\FlattenArrayTest::testFlattenArrayGlue
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
     'a' => 'b'
     'c_d' => 'e'
-    'c_f_g' => 'h'
-    'c_f_i_j' => 'k'
+    'c_f.g' => 'h'
+    'c_f.i.j' => 'k'
 )
/home/travis/build/keboola/php-utils/tests/Keboola/Utils/FlattenArrayTest.php:50