summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/StoreTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Auth/OpenID/StoreTest.php')
-rw-r--r--Tests/Auth/OpenID/StoreTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php
index 485a4c4..b5b6cb1 100644
--- a/Tests/Auth/OpenID/StoreTest.php
+++ b/Tests/Auth/OpenID/StoreTest.php
@@ -491,6 +491,7 @@ explicitly');
$this->_testStore($store);
$this->_testNonce($store);
+ $this->_testNonceCleanup($store);
$db->disconnect();
unset($db);
@@ -555,6 +556,7 @@ explicitly');
$this->assertTrue($store->createTables(), "Table creation failed");
$this->_testStore($store);
$this->_testNonce($store);
+ $this->_testNonceCleanup($store);
}
$db->disconnect();
@@ -612,6 +614,7 @@ explicitly');
$store->createTables();
$this->_testStore($store);
$this->_testNonce($store);
+ $this->_testNonceCleanup($store);
$db->query("DROP DATABASE $temp_db_name");
}