Update dblayeroo tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5167 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -585,19 +585,19 @@ class test_dblayeroo_{ENGINE} extends PHPUnit_Framework_TestCase
|
||||
$tbl2->disconnect ();
|
||||
$this->assertSame (array (
|
||||
array (
|
||||
'groupedoo.group' => 'group1',
|
||||
'group' => 'group1',
|
||||
),
|
||||
array (
|
||||
'groupedoo.group' => 'group1',
|
||||
'group' => 'group1',
|
||||
),
|
||||
array (
|
||||
'groupedoo.group' => 'group1',
|
||||
'group' => 'group1',
|
||||
),
|
||||
array (
|
||||
'groupedoo.group' => 'group1',
|
||||
'group' => 'group1',
|
||||
),
|
||||
array (
|
||||
'groupedoo.group' => 'group2',
|
||||
'group' => 'group2',
|
||||
),
|
||||
), $res);
|
||||
}
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
*/
|
||||
|
||||
namespace vendor\domframework;
|
||||
|
||||
// dblayeroo.php
|
||||
|
||||
/** Permit abstraction on the differents SQL databases available */
|
||||
|
||||
Reference in New Issue
Block a user