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:
parent
26b623094e
commit
46295c939b
1 changed files with 2 additions and 0 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue