diff options
Diffstat (limited to 'texttest.php')
-rw-r--r-- | texttest.php | 2 |
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); |