add unittest url parameter
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@698 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
3981208405
commit
78bac4580c
1 changed files with 12 additions and 0 deletions
|
@ -723,4 +723,16 @@ $authDebug = false;
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
$authEmailSuffix = null;
|
$authEmailSuffix = null;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* URL unittests are being run against
|
||||||
|
* Has to have a trailing slash
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
$unittestUrl = null;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue