Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16223] Use constructor arguments instead of func_get_args() | Marc Alexander | 2019-11-25 | 1 | -1/+1 |
| | | | | PHPBB3-16223 | ||||
* | [ticket/16223] Ensure memcached tests are only run when available | Marc Alexander | 2019-11-25 | 1 | -1/+20 |
| | | | | PHPBB3-16223 | ||||
* | [ticket/16223] Add test for memcached driver | Marc Alexander | 2019-11-25 | 1 | -0/+46 |
| | | | | PHPBB3-16223 | ||||
* | [ticket/15922] Remove driver for discontinued APC cache | Marc Alexander | 2019-10-03 | 1 | -56/+0 |
| | | | | PHPBB3-15922 | ||||
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 7 | -19/+21 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/15849] Stop using php4 constructors | Ruben Calvo | 2018-10-21 | 1 | -1/+1 |
| | | | | PHPBB3-15849 | ||||
* | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -1/+1 |
| | | | | | | Correcting code formatting and whitespace PHPBB3-15726 | ||||
* | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -0/+0 |
| | | | | | | fix file permissions PHPBB3-15726 | ||||
* | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | The current APCu cache driver implements a global clearing of the APCu when the phpBB cache is purged. This is inappropriate if there are other phpBB boards, or other php applications sharing the APCu cache. This patch changes the behviour so that only cache entries matching the key_prefix of this board are cleared by a phpBB cache purge. The APCu unit test script has been updated to test this behaviour. It has also been updated so that the test case can be run individually previously it relied on initialisations made in other test scripts. PHPBB3-15726 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [PHPBB3-15247] Add support for php v7 APCu cache API | v12mike | 2017-06-26 | 1 | -0/+58 |
| | | | | | | | | | Add new cache driver apcu.php (based closely on existing APC cache driver) Add new unit test apcu_driver_test.php for the new driver Update RUNNING_TESTS.md to clarify requirements for apc, apcu and apc_bc extensions and add a couple of general hints to RUNNING_TESTS.md PHPBB3-15247 | ||||
* | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -3/+3 |
| | | | | PHPBB3-13904 | ||||
* | [ticket/13782] Rename null driver test to dummy driver test | Marc Alexander | 2015-05-04 | 1 | -1/+1 |
| | | | | PHPBB3-13782 | ||||
* | [ticket/13782] Rename null driver to dummy for PHP7 compatibility | Marc Alexander | 2015-05-04 | 1 | -1/+1 |
| | | | | PHPBB3-13782 | ||||
* | [ticket/11224] Updates tests | Tristan Darricau | 2014-10-03 | 3 | -27/+25 |
| | | | | PHPBB3-11224 | ||||
* | [ticket/11224] Revert Revert "Merge pull request #2460 from ticket/11224" | Tristan Darricau | 2014-10-03 | 3 | -0/+272 |
| | | | | This reverts commit 40cd7570e6f4da7cc60d83a3e99c72a2fb99e3f7. | ||||
* | [ticket/11224] Revert "Merge pull request #2460 from Nicofuma/ticket/11224" | Joas Schilling | 2014-10-01 | 3 | -272/+0 |
| | | | | | | | This reverts commit d26436944173d1fa28a1abd96bca861381246860, reversing changes made to 75fcfb1c1d68f1632e7beae3f59699ddff8e5292. PHPBB3-11224 | ||||
* | Merge pull request #2460 from Nicofuma/ticket/11224 | Joas Schilling | 2014-10-01 | 3 | -0/+272 |
|\ | | | | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joined | ||||
| * | [ticket/11224] Adds a test case | Tristan Darricau | 2014-09-24 | 1 | -0/+16 |
| | | | | | | | | PHPBB3-11224 | ||||
| * | [ticket/11224] Use assertNotEquals(false) instead of assertNotFalse() | Tristan Darricau | 2014-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | assertNotFalse() is unavailable with the version of phpunit used with php 5.2 PHPBB3-11224 | ||||
| * | [ticket/11224] Add unit test | Tristan Darricau | 2014-05-15 | 3 | -0/+256 |
| | | | | PHPBB3-11224 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 5 | -15/+35 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12486] Make assertion on the return to remove "Risky" from phpunit | Joas Schilling | 2014-05-05 | 1 | -4/+2 |
| | | | | PHPBB3-12486 | ||||
* | [ticket/11700] Fix config namespace mishap in cache tests | Nils Adermann | 2013-09-16 | 2 | -9/+9 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 5 | -16/+16 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11037] Fix unit tests. | Oleg Pudeyev | 2012-12-29 | 2 | -4/+6 |
| | | | | PHPBB3-11037 | ||||
* | Merge remote-tracking branch 'p/ticket/9983' into develop | Andreas Fischer | 2012-12-04 | 4 | -118/+33 |
|\ | | | | | | | | | * p/ticket/9983: [ticket/9983] Make sql cache test into a black box. | ||||
| * | [ticket/9983] Make sql cache test into a black box. | Oleg Pudeyev | 2012-12-03 | 4 | -118/+33 |
| | | | | | | | | | | | | | | This makes it non-driver-specific and also makes it possible to make prefix variable private on drivers. PHPBB3-9983 | ||||
* | | [ticket/9983] Correct incorrect markTestSkipped call. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+1 |
|/ | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Also check generic APC enable/disable. | Andreas Fischer | 2012-12-03 | 1 | -0/+6 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Use APC instead of apc in error messages. | Andreas Fischer | 2012-12-03 | 1 | -1/+1 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Skip tests if APC is not enabled for CLI. | Andreas Fischer | 2012-12-03 | 1 | -0/+6 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Test for apc cache driver. | Oleg Pudeyev | 2012-12-03 | 1 | -0/+79 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Add a test for destroy. | Oleg Pudeyev | 2012-12-01 | 2 | -0/+29 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Exercise exists also. | Oleg Pudeyev | 2012-12-01 | 1 | -1/+3 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Add a purge test. | Oleg Pudeyev | 2012-12-01 | 2 | -0/+21 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Rename test methods. | Oleg Pudeyev | 2012-12-01 | 3 | -3/+3 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] get/put cache test moved to a base class. | Oleg Pudeyev | 2012-12-01 | 4 | -14/+40 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Create driver in setup in null driver test. | Oleg Pudeyev | 2012-12-01 | 1 | -3/+10 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Split cache test into per-driver files. | Oleg Pudeyev | 2012-12-01 | 4 | -208/+251 |
| | | | | PHPBB3-9983 | ||||
* | [ticket/9983] Add redis cache driver tests. | Oleg Pudeyev | 2012-12-01 | 1 | -2/+66 |
| | | | | | | | | | | | In order to not overwrite data in default redis store, at least one of redis host or post must be explicitly specified. Redis cache driver constructor has been modified to accept host and port as parameters. This was not added to public API as there are more parameters being passed via global constants. PHPBB3-9983 | ||||
* | [ticket/10875] tests/cache/cache_test.php: Use single quotes where possible. | Andreas Fischer | 2012-12-01 | 1 | -2/+2 |
| | | | | PHPBB3-10875 | ||||
* | [ticket/10875] Test for null cache driver and sql cache. | Oleg Pudeyev | 2012-11-30 | 1 | -0/+29 |
| | | | | PHPBB3-10875 | ||||
* | [ticket/10875] Revise sql cache test. | Oleg Pudeyev | 2012-11-30 | 1 | -4/+10 |
| | | | | | | | Delete data from database before retrieving it from cache, ensuring results come from cache. PHPBB3-10875 | ||||
* | [ticket/10875] Fix cache test | Nathan Guse | 2012-08-06 | 1 | -1/+1 |
| | | | | | | Check for the correct filename based on the way the cache driver creates it PHPBB3-10875 | ||||
* | [ticket/10875] Break queries onto separate lines and use double quotes | Nathan Guse | 2012-08-06 | 1 | -3/+6 |
| | | | | | | Coding guidelines PHPBB3-10875 | ||||
* | [ticket/10875] Close $db connection at end of test | Nathan Guse | 2012-08-06 | 1 | -0/+2 |
| | | | | | | Fixes a pgSQL issue PHPBB3-10875 | ||||
* | [ticket/10875] Use fixtures for sql cache test | Nathan Guse | 2012-08-06 | 2 | -12/+34 |
| | | | | PHPBB3-10875 | ||||
* | [ticket/10875] Return $query_id from sql_save | Nathan Guse | 2012-08-06 | 1 | -1/+31 |
| | | | | | | | | Have to return the $query_id from sql_save so that the results can be pulled Updated cache test to do some basic sql cache testing. PHPBB3-10875 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 |