aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lock/flock_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [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-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
| | | | PHPBB3-11700
* [ticket/11495] Add owns_lock() method to lock classesJoas Schilling2013-04-301-0/+11
| | | | 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