diff options
Diffstat (limited to 'Tests/Auth/OpenID/CryptUtil.php')
-rw-r--r-- | Tests/Auth/OpenID/CryptUtil.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Auth/OpenID/CryptUtil.php b/Tests/Auth/OpenID/CryptUtil.php index 14ff4ae..a1fcf97 100644 --- a/Tests/Auth/OpenID/CryptUtil.php +++ b/Tests/Auth/OpenID/CryptUtil.php @@ -13,8 +13,8 @@ * @license http://www.gnu.org/copyleft/lesser.html LGPL */ -require_once('PHPUnit.php'); -require_once('Auth/OpenID/CryptUtil.php'); +require_once 'PHPUnit.php'; +require_once 'Auth/OpenID/CryptUtil.php'; class Tests_Auth_OpenID_CryptUtil extends PHPUnit_TestCase { function test_length() |