diff --git a/test/phpunit/DoliDBTest.php b/test/phpunit/DoliDBTest.php index e2af4b7071c..5cc4cd695fe 100644 --- a/test/phpunit/DoliDBTest.php +++ b/test/phpunit/DoliDBTest.php @@ -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';