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