mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
.. | ||
ajax-add-card-category.php | ||
ajax-detail-operation1.php | ||
ajax-detail-operation2.php | ||
ajax-detail-operation3.php | ||
ajax-detail-operation4.php | ||
ajax-save-operation.php | ||
readme.txt | ||
scenario-1415994947.php | ||
scenario-1415994966.php | ||
scenario-1415995071.php | ||
scenario-1415995185.php | ||
scenario-1415995188.php | ||
scenario-1415995192.php | ||
scenario-1415995229.php | ||
scenario-1415995238.php | ||
scenario-1415995254.php | ||
scenario-1415995260.php | ||
scenario-1415995262.php | ||
scenario-1415995277.php | ||
scenario-1415995285.php | ||
scenario-1415995301.php | ||
scenario-1415995308.php | ||
scenario-1415995317.php | ||
scenario-1415995350.php | ||
scenario-1415995352.php | ||
scenario-1415995357.php | ||
scenario-1415995424.php | ||
scenario-1415995434.php | ||
scenario-1415995437.php | ||
scenario-1415995449.php | ||
scenario-1415995545.php | ||
scenario-1415995575.php | ||
scenario-1415996970.php | ||
scenario-1415996980.php | ||
scenario-1415997148.php | ||
scenario-1415997352.php | ||
scenario-1415997358.php | ||
scenario-1415997389.php | ||
scenario-1415997404.php | ||
scenario-1415997407.php | ||
scenario-1415997877.php | ||
scenario-1415997886.php | ||
scenario-1415997889.php | ||
scenario-1415998124.php | ||
scenario-1415998134.php | ||
scenario-1415998146.php | ||
scenario-1416078146.php | ||
scenario-ajax-add-card.php | ||
scenario-historic.php | ||
scenario-verif_bilan.php |
* * Copyright (C) 2014 Dany De Bontridder <dany@alchimerys.be> * * This program 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. * * This program 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 this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Afin d'avoir les scénarios pour les rejouer avec test.php. Dans include/constant.php, changer define ('LOGINPUT',false); par define ('LOGINPUT',true); Ensuite, aller dans votre dossier de test et faites une action (une vente, un achat...), vous devez ouvrir le fichier test.php ce que vous venez de faire a été sauvé dans le répertoire défini par $_ENV['TMP'], (sous linux il s'agit de /tmp )avec un nom ressemblant à scenario-<nombre>.php Vous devez d'abord copier ce fichier dans ce répertoire-ci Si vous pointez votre browser sur noalyss/html/test.php (après avoir créé le fichier authorized_debug) en cliquant sur le lien avec le nom de fichier vous pourrez rejouer l'action. Vous pouvez améliorer la description en changeant l'annotation //@description: <CODE> Vous pouvez aussi utiliser un nom de fichier plus parlant. L'objectif étant de pouvoir tester et de rejouer facilement les actions que vous avez faites.