summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID/StoreTest.php
Commit message (Expand)AuthorAgeFilesLines
* #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmasterOleksandr Zahorulia2016-09-301-2/+2
* fix for rest of dl() calls, also avoid ini_set() as may not work on safe_modeChris Buckley2011-05-031-1/+1
* Made some hardcoded tmp paths dynamic by using sys_get_temp_dir. If function ...Philipp Söhnlein2011-01-161-9/+14
* Added the following patch from the trac.openidenabled.com bug tracker:Lilli2010-02-161-14/+7
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-101-6/+62
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-1/+1
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-271-1/+1
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-271-1/+1
* [ Upgrading php-openid test framework to use PHPUnit 3.3 ]Luke Shepard2009-05-271-17/+18
* [project @ Move MemcachedStore back from contrib, update license and copyright]tailor2008-06-031-2/+52
* [project @ Move Memcached store to contrib since it's not owned by JanRain]tailor2008-06-021-39/+9
* [project @ Update license strings to say Apache]tailor2008-05-301-1/+1
* [project @ fix copyright notices to include 2008]http://mike.glover.myopenid.com2008-05-271-1/+1
* [project @ Remove "warning" text from output of store tests]tailor2008-02-201-3/+3
* [project @ Change output when skipping memcached tests: warnings upset buildbot]tailor2008-02-041-1/+1
* [project @ Whitespace]tailor2008-02-041-1/+1
* [project @ Pass instead of fail on failed memcached connection]tailor2008-02-041-2/+3
* [project @ Implementation of Memcached storage in PHP. This patch also includ...tailor2008-02-021-2/+45
* [project @ Failed DB connection is not a fail of test, typo in PG storage test]tailor2008-02-021-4/+4
* [project @ Store test: remove correct sqlite database file]tailor2007-12-311-1/+1
* [project @ Fixed typo and minor formatting changes for StoreTest.]Trevor Johns2007-12-291-2/+1
* [project @ Fixed StoreTest to not fail on Mac OS X 10.5]Trevor Johns2007-12-291-1/+1
* [project @ Fix database creation in tests for hostnames with dashes]tailor2007-11-141-1/+3
* [project @ Added store methods cleanupAssociations(), cleanup(), and concrete...tailor2007-09-251-13/+30
* [project @ Add cleanupNonces to SQL stores]tailor2007-09-241-0/+3
* [project @ Added cleanupNonces to store interface and file store]tailor2007-09-241-0/+55
* [project @ FileStore, SQLStore, MemStore: check timestamp in useNonce]Kevin Turner2007-09-211-1/+8
* [project @ Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks m...tailor2007-06-191-0/+8
* [project @ Globalize testing values]tailor2007-03-051-0/+1
* [project @ Add getExpired to stores]tailor2007-03-021-0/+1
* [project @ Remove isDumb from store interface]tailor2007-03-021-14/+5
* [project @ Removed settings table and auth key code from stores]tailor2007-02-141-13/+1
* [project @ Make tests pass when MySQL connection cannot be established]tailor2007-02-011-2/+3
* [project @ Make the tests try to load the Windows versions of the sqlite and ...Josh Hoyt2006-09-271-2/+4
* [project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT w...Josh Hoyt2006-09-081-5/+6
* [project @ Store test fixes from nonce change]tailor2006-08-291-10/+15
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-251-19/+6
* [project @ Fix bug in FileStore which prevented associations from being gener...tailor2006-12-011-0/+26
* [project @ FIX: Make Postgres unit tests use test_master database when creati...tailor2006-10-061-2/+4
* [project @ Remove platform-specific temporary directory code to tests since t...Josh Hoyt2006-09-271-2/+20
* [project @ Close the database handle in SQLite store test to silence warning]Josh Hoyt2006-09-271-0/+4
* [project @ Remove platform dependent temporary directory code from file store...Josh Hoyt2006-09-271-2/+2
* [project @ Make database name lower-case in postgres store test]Josh Hoyt2006-09-271-1/+1
* [project @ Fix backoff code so that it doesn't print out code that makes buil...Josh Hoyt2006-09-211-2/+1
* [project @ Move connection to template1 in PostGreSQL test inside the retry l...Josh Hoyt2006-09-211-19/+15
* [project @ Make fractional sleep times work for PostGreSQL database backoff i...Josh Hoyt2006-09-211-2/+7
* [project @ Added more output to PostGreSQL temporary DB creation failure in t...Josh Hoyt2006-09-211-7/+10
* [project @ Clean up temporary files created by the sqlite store test]Josh Hoyt2006-09-191-6/+7
* [project @ re-format _checkUseNonce in StoreTest]Josh Hoyt2006-09-191-2/+2
* [project @ Added more consumer tests from 1.x python branch]tailor2006-08-241-0/+1
* [project @ More fixes for pgsql db creation]tailor2006-04-111-1/+3
* [project @ Changed pgsql db creation backoff again]tailor2006-04-111-1/+1
* [project @ Changed pgsql db creation backoff]tailor2006-04-111-1/+1
* [project @ Increased backoff rate for pgsql db creation attempt in store test]tailor2006-03-201-1/+1
* [project @ Added failure count to Pgsql error output]tailor2006-02-271-2/+2
* [project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]tailor2006-02-141-3/+3
* [project @ Moved MySQL store into its own file.]tailor2006-02-141-1/+1
* [project @ Moved SQLite store into its own file.]tailor2006-02-141-1/+1
* [project @ Moved PostgreSQL store into its own file.]tailor2006-02-141-1/+1
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-141-4/+4
* [project @ Moved FileStore utility functions into FileStore class as private ...tailor2006-02-141-4/+6
* [project @ Moved letter/digit/punct constants from Util.php to OpenID.php]tailor2006-02-141-7/+3
* [project @ Fixed database connection code for postgres store test.]tailor2006-02-081-4/+17
* [project @ Fixed typo in store test.]tailor2006-02-081-1/+1
* [project @ Cleaned up db disconnects in PgSQL store test.]tailor2006-02-021-0/+6
* [project @ OIDUtil -> Util]Josh Hoyt2006-01-281-1/+1
* [project @ Added script to check that each file in the library will import]Josh Hoyt2006-01-281-0/+1
* [project @ Add memstore for testing]Josh Hoyt2006-01-241-0/+8
* [project @ Changed require_once() to require_once per PEAR proposal comment.]tailor2006-01-241-10/+10
* [project @ Add identifying information to the nonce test so that we can tell ...Josh Hoyt2006-01-241-7/+9
* [project @ Simplify randomString implementation]Josh Hoyt2006-01-231-4/+3
* [project @ Updated documentation for phpdoc]tailor2006-01-201-0/+29
* [project @ Fixed db name generation bug]tailor2006-01-191-1/+1
* [project @ Fixed database name generator to replace dots with underscores in ...tailor2006-01-191-0/+3
* [project @ Added logic to make SQL store tests succeed but not run if databas...tailor2006-01-191-0/+24
* [project @ Updated SQL store tests to generate unique database names and adde...tailor2006-01-191-12/+78
* [project @ Added MySQL store and store test]tailor2006-01-181-0/+32
* [project @ Cleaned up store test code]tailor2006-01-181-5/+11
* [project @ Added test for SQLiteStore]tailor2006-01-181-0/+25
* [project @ Added postgres store test]tailor2006-01-181-41/+113
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for bette...tailor2006-01-161-0/+232