summaryrefslogtreecommitdiffstats
path: root/texttest.php
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2006-01-06 19:40:57 +0000
committerJosh Hoyt <josh@janrain.com>2006-01-06 19:40:57 +0000
commitf1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a (patch)
tree4dca250a66bd6d7afba9cb87fcfb8a803c6a7529 /texttest.php
parent8863a276261f03953e45da6f8a9b291732269372 (diff)
downloadphp-openid-f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a.zip
php-openid-f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a.tar.gz
php-openid-f1d1c5678afc1e44e3ee18c33e10b12f6cd04e9a.tar.bz2
[project @ Change name of define for thorough testing]
Diffstat (limited to 'texttest.php')
-rw-r--r--texttest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/texttest.php b/texttest.php
index 085ce0b..8575500 100644
--- a/texttest.php
+++ b/texttest.php
@@ -45,7 +45,7 @@ array_shift($argv);
$t = array_search('--thorough', $argv);
if ($t !== false && $t !== null) {
- define('Tests_Net_OpenID_DH_thorough', true);
+ define('Tests_Net_OpenID_thorough', true);
}
$suites = loadSuite($argv);