Task #1044 - Implementation de PHPUNIT
new defined variables for testing
This commit is contained in:
parent
d976b71b39
commit
98a27b5121
1 changed files with 7 additions and 1 deletions
|
|
@ -59,8 +59,14 @@ $g_captcha=false;
|
|||
$g_failed="<span style=\"font-size:18px;color:red\">✖</span>";
|
||||
$g_succeed="<span style=\"font-size:18px;color:green\">✓</span>";
|
||||
/* uncomment for development */
|
||||
define ('SVNINFO',6721);
|
||||
/*
|
||||
define ('SVNINFO',6722);
|
||||
define ("DEBUG",true);
|
||||
define ("LOGINPUT",true);
|
||||
*/
|
||||
define ('SVNINFO',6723);
|
||||
define ("DEBUG",false);
|
||||
define ("LOGINPUT",false);
|
||||
|
||||
$version_noalyss=SVNINFO;
|
||||
// If you don't want to be notified of the update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue