diff options
author | tailor <cygnus@janrain.com> | 2006-01-04 23:52:51 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-04 23:52:51 +0000 |
commit | 4d1c634df9a36689d8ac3b2053e4ba2dce88ad58 (patch) | |
tree | 1271c5f680009727001bc6f7c04fa3861ec4f5ec | |
parent | 71cff25b439be4cfb2cfd35582e1b8eb705db1dc (diff) | |
download | php-openid-4d1c634df9a36689d8ac3b2053e4ba2dce88ad58.zip php-openid-4d1c634df9a36689d8ac3b2053e4ba2dce88ad58.tar.gz php-openid-4d1c634df9a36689d8ac3b2053e4ba2dce88ad58.tar.bz2 |
[project @ Fixed brace style]
-rw-r--r-- | Tests/Net/OpenID/Association.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Net/OpenID/Association.php b/Tests/Net/OpenID/Association.php index 17bc073..61b9789 100644 --- a/Tests/Net/OpenID/Association.php +++ b/Tests/Net/OpenID/Association.php @@ -4,7 +4,8 @@ require_once('PHPUnit.php'); require_once('Net/OpenID/Association.php'); class Tests_Net_OpenID_Association extends PHPUnit_TestCase { - function test_me() { + function test_me() + { $issued = time(); $lifetime = 600; $assoc = new Net_OpenID_Association('handle', 'secret', $issued, |