From 7cbff76f9dce43c3bb4b28dd5f2654b4eb5cc893 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Mar 2024 14:48:03 +0100 Subject: [PATCH] Fix phpunit --- test/phpunit/DoliDBTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';