[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 41/107: fixup! PHPUnit : adapt to new version
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 41/107: fixup! PHPUnit : adapt to new version |
Date: |
Mon, 26 Aug 2019 10:31:54 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 650afcfd897e86086e1b0f189992592aaabb5be3
Author: Dany De Bontridder <address@hidden>
Date: Thu Jul 25 00:07:07 2019 +0200
fixup! PHPUnit : adapt to new version
---
unit-test/include/class/acc_bilanTest.class.php | 2 ++
unit-test/include/class/userTest.class.php | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/unit-test/include/class/acc_bilanTest.class.php
b/unit-test/include/class/acc_bilanTest.class.php
index 6573324..4440879 100644
--- a/unit-test/include/class/acc_bilanTest.class.php
+++ b/unit-test/include/class/acc_bilanTest.class.php
@@ -24,6 +24,8 @@ class Acc_BilanTest extends TestCase
$g_connection=new Database(DOSSIER);
$g_parameter=new Noalyss_Parameter_Folder($g_connection);
$this->object=new Acc_Bilan($g_connection);
+ $this->object->from = $g_connection->get_value('select min(p_id) from
parm_periode');
+ $this->object->to = $g_connection->get_value('select max(p_id) from
parm_periode');
}
/**
diff --git a/unit-test/include/class/userTest.class.php
b/unit-test/include/class/userTest.class.php
index a0d85ad..cbef9d6 100644
--- a/unit-test/include/class/userTest.class.php
+++ b/unit-test/include/class/userTest.class.php
@@ -38,7 +38,7 @@ class UserTest extends TestCase
array(USE_ID, USE_FIRST_NAME, USE_NAME, USE_LOGIN, USE_ACTIVE,
USE_PASS,
USE_ADMIN, USE_EMAIL));
- $this->object=new User($cn, USE_ID);
+ $this->object=new User($this->cn, USE_ID);
}
/**
- [Noalyss-commit] [noalyss] 97/107: New : InputSwitch, display a switch and change the value of a hidden variable, (continued)
- [Noalyss-commit] [noalyss] 97/107: New : InputSwitch, display a switch and change the value of a hidden variable, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 102/107: New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit), Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 42/107: squash! PHPUnit : adapt to new version, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 49/107: translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 86/107: Cosmetic : Icon_Trash in Todo_List, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 96/107: traduction, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 70/107: Merge branch 'dev-7109-pluton' into dev7109, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 91/107: Cosmetic : add button close in detail card, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning", Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 101/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 41/107: fixup! PHPUnit : adapt to new version,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 68/107: Task #1730 : translate javascript message, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 79/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 99/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 87/107: Bug : cannot get a message when trying to save a new category of card, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 95/107: Unit Test : Acc_Account, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 107/107: Merge branch 'dev7109', Dany De Bontridder, 2019/08/26