aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lock
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13494
* [ticket/12996] Fix reliability issue in flock test.Fred Emmott2014-08-191-4/+4
| | | | | | | | | $delta was always an int - so, this test would sometimes fail if you happened to call time() /very/ close to a 1s boundary. Found by HHVM's continuous testing. PHPBB3-12996
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
| | | | PHPBB3-12594
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-11/+11
| | | | PHPBB3-11700
* [ticket/11495] Add owns_lock() method to lock classesJoas Schilling2013-04-302-0/+25
| | | | PHPBB3-11495
* [ticket/10103] Assert with messages.Oleg Pudeyev2012-12-041-2/+2
| | | | PHPBB3-10103
* [ticket/10103] assertLessThan/assertGreaterThan.Oleg Pudeyev2012-12-041-2/+2
| | | | PHPBB3-10103
* [ticket/10103] Inline assignment is bad?Oleg Pudeyev2012-12-041-1/+2
| | | | PHPBB3-10103
* [ticket/10103] Try a longer sleep for travis.Oleg Pudeyev2012-12-041-1/+1
| | | | | | Apparently travis takes longer than half a second to fork php. PHPBB3-10103
* [ticket/10103] Test for flock lock class, with concurrency no less.Oleg Pudeyev2012-12-041-0/+108
| | | | PHPBB3-10103
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.Nils Adermann2011-03-071-1/+1
| | | | PHPBB3-10011
* [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-13/+13
| | | | PHPBB3-9596
* [feature/system-cron] Make use of the new config class in locks.Nils Adermann2011-02-121-11/+27
| | | | PHPBB3-9596
* [feature/system-cron] Abstract the database locking mechanism out of cron.Nils Adermann2011-02-122-0/+80
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596