Bug #0002219: Compatibilité PHP 8.2 , 8.1 , 8.0
This commit is contained in:
parent
1c7f0086a6
commit
21b1cb3d84
36 changed files with 103 additions and 100 deletions
|
|
@ -249,12 +249,12 @@ class Card_PropertyTest extends TestCase
|
|||
public function testBuildInput2()
|
||||
{
|
||||
$g_connection=Dossier::connect();
|
||||
$g_connection->exec_sql("update fiche_def set fd_create_account=false where fd_id=25");
|
||||
$g_connection->exec_sql("update fiche_def set fd_create_account=false where fd_id=2");
|
||||
|
||||
$property=new \Card_Property($g_connection,ATTR_DEF_ACCOUNT);
|
||||
$fiche_def=new \Fiche_Def($g_connection,25);
|
||||
$fiche_def=new \Fiche_Def($g_connection,2);
|
||||
$result=$property->build_input($fiche_def);
|
||||
$g_connection->exec_sql("update fiche_def set fd_create_account=true where fd_id=25");
|
||||
$g_connection->exec_sql("update fiche_def set fd_create_account=true where fd_id=2");
|
||||
/*
|
||||
$file_result=__CLASS__."-".__FUNCTION__.".txt";
|
||||
$file_target='target-'.$file_result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue