mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix phpunit
This commit is contained in:
@@ -71,7 +71,7 @@ class DoliDBTest extends CommonClassTest
|
||||
'label' => array('type' => 'varchar', 'value' => 255, 'null'=>'NOT NULL'),
|
||||
'position' => array('type' => 'integer', 'null'=>'NULL'),
|
||||
'use_default' => array('type' => 'varchar', 'value' => 1, 'default'=>'1'),
|
||||
'active' => array('type' => 'integer', 'value' => 3)
|
||||
'active' => array('type' => 'integer')
|
||||
);
|
||||
$primaryKey = 'rowid';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user