2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2024-03-21 14:48:03 +01:00
parent 2d0e57ce7c
commit 7cbff76f9d

View File

@@ -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';