Noalyss_SQL New function to get all indexed by the primary key

Create PHPUNIT for Noalyss_SQL
add new tests
This commit is contained in:
Dany De Bontridder 2019-09-21 12:36:46 +02:00
parent 26b623094e
commit 46295c939b

View file

@ -303,6 +303,8 @@ VALUES(1, 'ACTIVITE', 'Activité commerciale Alchimerys sprl');
for ($i=0;$i<count($array);$i++)
{
$this->assertTrue(isset($array[$po_name[$i]]));
$this->assertTrue(is_array($array[$po_name[$i]]));
$this->assertEquals($array[$po_name[$i]]['po_name'],$po_name[$i]);
}