summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/CryptUtil.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/CryptUtil.php')
-rw-r--r--Tests/Auth/OpenID/CryptUtil.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/Auth/OpenID/CryptUtil.php b/Tests/Auth/OpenID/CryptUtil.php
index f158c1c..a4f838c 100644
--- a/Tests/Auth/OpenID/CryptUtil.php
+++ b/Tests/Auth/OpenID/CryptUtil.php
@@ -13,11 +13,10 @@
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
-require_once 'PHPUnit.php';
require_once 'Auth/OpenID.php';
require_once 'Auth/OpenID/CryptUtil.php';
-class Tests_Auth_OpenID_CryptUtil extends PHPUnit_TestCase {
+class Tests_Auth_OpenID_CryptUtil extends PHPUnit_Framework_TestCase {
function test_length()
{
$cases = array(1, 10, 255);