summaryrefslogtreecommitdiffstats
path: root/admin/texttest.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/texttest.php')
-rw-r--r--admin/texttest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/texttest.php b/admin/texttest.php
index cbfe0af..5564aae 100644
--- a/admin/texttest.php
+++ b/admin/texttest.php
@@ -1,5 +1,8 @@
<?php
+define('Auth_OpenID_SHA256_SUPPORTED', false);
+define('Auth_OpenID_HMACSHA256_SUPPORTED', false);
+
require_once 'Tests/TestDriver.php';
require_once 'PHPUnit/TestResult.php';
require_once 'Console/Getopt.php';