diff --git a/lam/tests/lib/3rdParty/pla/functionsTest.php b/lam/tests/lib/3rdParty/pla/functionsTest.php index f3321749..1715d34b 100644 --- a/lam/tests/lib/3rdParty/pla/functionsTest.php +++ b/lam/tests/lib/3rdParty/pla/functionsTest.php @@ -157,6 +157,7 @@ class PlaFunctionsTest extends PHPUnit_Framework_TestCase { $keysWanted = array_keys($dataWanted); $keysNew = array_keys($dataNew); foreach ($keysWanted as $index => $key) { + $this->assertEquals($keysWanted[$index], $keysNew[$index]); if (is_array($dataWanted[$key])) { $this->compareArray($dataWanted[$key], $dataNew[$keysNew[$index]]); }