noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/27: New functionnal test


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 21/27: New functionnal test
Date: Sun, 02 Nov 2014 11:08:51 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit da8f43cfb3950ae68b1a22a38a908a834a5181e9
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 2 11:54:14 2014 +0100

    New functionnal test
---
 html/test.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/html/test.php b/html/test.php
index 3fc28c7..7cb1d49 100644
--- a/html/test.php
+++ b/html/test.php
@@ -19,6 +19,8 @@
 // Copyright Author Dany De Bontridder address@hidden
 /*!\file
 *\brief this file let you debug and test the different functionnalities, there 
are 2 important things to do
+* It is only a quick and dirty testing. You should use a tool as PHPUNIT for 
the unit testing
+ * 
 *  - first do not forget to create the authorized_debug file in the html folder
 *  - secund the test must adapted to this page : if you do a post (or get) 
from a test, you won't get any result
 * if the $_REQUEST[test_select] is not set, so set it . 
@@ -59,6 +61,7 @@ $cn=new Database($_GET['gDossier']);
 $a_route[]=array('desc'=>'test sur les menus par 
défauts','file'=>'class_default_menu.php','function'=>'Default_Menu::test_me');
 $a_route[]=array('desc'=>'test sur 
Acc_Operations','file'=>'class_acc_operation.php','function'=>'Acc_Operation::test_me');
 $a_route[]=array('desc'=>'test sur 
INVOICING','file'=>'../include/ext/invoicing/include/class_acc_ledger_sold_generate.php','function'=>'Acc_Ledger_Sold_Generate::test_me');
+$a_route[]=array('desc'=>'test sur 
menu_ref','file'=>'class_menu_ref_sql.php','function'=>'Menu_Ref_SQL::test_me');
 $called=HtmlInput::default_value_get("called", -1);
 if ($called == -1 )
 {



reply via email to

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