diff options
author | tailor <cygnus@janrain.com> | 2006-01-24 18:37:29 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-24 18:37:29 +0000 |
commit | bc14e9b0c1443ad09a44c6b27812ae9c116d78f9 (patch) | |
tree | 2dbca940bc43c4530e4169db05412f24309e2730 /Tests/Auth/OpenID/Parse.php | |
parent | 3a632f7a82615e6d6c6a43f54d2f5fab43ddeaa2 (diff) | |
download | php-openid-bc14e9b0c1443ad09a44c6b27812ae9c116d78f9.zip php-openid-bc14e9b0c1443ad09a44c6b27812ae9c116d78f9.tar.gz php-openid-bc14e9b0c1443ad09a44c6b27812ae9c116d78f9.tar.bz2 |
[project @ Changed require_once() to require_once per PEAR proposal comment.]
Diffstat (limited to 'Tests/Auth/OpenID/Parse.php')
-rw-r--r-- | Tests/Auth/OpenID/Parse.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/Parse.php b/Tests/Auth/OpenID/Parse.php index 31cca3b..d511290 100644 --- a/Tests/Auth/OpenID/Parse.php +++ b/Tests/Auth/OpenID/Parse.php @@ -13,7 +13,7 @@ * @license http://www.gnu.org/copyleft/lesser.html LGPL */ -require_once('Auth/OpenID/Consumer/Parse.php'); +require_once 'Auth/OpenID/Consumer/Parse.php'; class Tests_Auth_OpenID_Link extends PHPUnit_TestCase { function Tests_Auth_OpenID_Link($case) |