summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Net/OpenID/Association.php3
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,