noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/04: Task #1044 - Implementation de Test VE


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/04: Task #1044 - Implementation de Test VERIFBIL
Date: Sat, 15 Nov 2014 17:46:54 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9462aa10c278ddcb47bd9088635e972390aafe28
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 15 18:45:06 2014 +0100

    Task #1044 - Implementation de Test
    VERIFBIL
---
 scenario/scenario-verif_bilan.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/scenario/scenario-verif_bilan.php 
b/scenario/scenario-verif_bilan.php
new file mode 100644
index 0000000..a457b3b
--- /dev/null
+++ b/scenario/scenario-verif_bilan.php
@@ -0,0 +1,13 @@
+<?php 
+//@description:VERIFBIL
+$_GET=array (
+  'gDossier' => '27',
+  'ac' => 'COMPTA/ADV/VERIFBIL',
+  'go' => 'aller',
+);
+$_POST=array (
+);
+$_POST['gDossier']=$gDossierLogInput;
+$_GET['gDossier']=$gDossierLogInput;
+ $_REQUEST=array_merge($_GET,$_POST);
+include 'verif_bilan.inc.php';



reply via email to

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