actioncomm note deprecated

This commit is contained in:
Frédéric FRANCE
2020-04-23 00:38:42 +02:00
parent b971aabf3c
commit 4220d6b253
2 changed files with 8 additions and 9 deletions

View File

@@ -140,7 +140,7 @@ class ActionCommTest extends PHPUnit\Framework\TestCase
$localobject->type_code = 'AC_OTH_AUTO'; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
$localobject->code = 'AC_PHPUNITTEST';
$localobject->label = 'This is a description';
$localobject->note = 'This is note';
$localobject->note_private = 'This is note';
$localobject->fk_project = 0;
$localobject->datep = $now;
$localobject->datef = $now;