noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/02: Task #1044 - Implementation de PHPUNIT


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: Task #1044 - Implementation de PHPUNIT Passage par reference de la connexion
Date: Sun, 09 Nov 2014 18:20:20 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9ab226754e03eb43e57c2588c9780b614292ce72
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 9 19:19:33 2014 +0100

    Task #1044 - Implementation de PHPUNIT
    Passage par reference de la connexion
---
 unit-test/global.example.php |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/unit-test/global.example.php b/unit-test/global.example.php
new file mode 100644
index 0000000..ef5a767
--- /dev/null
+++ b/unit-test/global.example.php
@@ -0,0 +1,33 @@
+<?php
+
+/*
+ *   This file is part of NOALYSS.
+ *
+ *   NOALYSS is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   NOALYSS is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with NOALYSS; if not, write to the Free Software
+ *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
+
+// Copyright Author Dany De Bontridder address@hidden
+
+/*
+ * Global variables
+ */
+global $g_connection,$g_parameter,$g_user;
+$_REQUEST['gDossier'] = DOSSIER;
+$g_connection=new Database(DOSSIER);
+$g_parameter = new Own($g_connection);
+$_SESSION['g_user']='phpcompta';
+$_SESSION['g_pass']='dany';
+$_SESSION['g_pagesize']='50';
+$g_user=new User($g_connection);
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]