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/KVForm.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/KVForm.php')
-rw-r--r-- | Tests/Auth/OpenID/KVForm.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Auth/OpenID/KVForm.php b/Tests/Auth/OpenID/KVForm.php index f103c18..a3c8c57 100644 --- a/Tests/Auth/OpenID/KVForm.php +++ b/Tests/Auth/OpenID/KVForm.php @@ -13,8 +13,8 @@ * @license http://www.gnu.org/copyleft/lesser.html LGPL */ -require_once('PHPUnit.php'); -require_once('Auth/OpenID/KVForm.php'); +require_once 'PHPUnit.php'; +require_once 'Auth/OpenID/KVForm.php'; $_Tests_Auth_OpenID_kverrors = null; /** |