diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-01-07 10:31:21 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-07 10:46:43 +0100 |
| commit | cf1fc202975aa055d0bb926a5dce1c3896bbd1e1 (patch) | |
| tree | e578dc44991130826993f07a1a27f87c40649ecc /tests/functional/plupload_test.php | |
| parent | e75c04f02a951b3cdc0a754fee7e58d7a8d6a4a4 (diff) | |
| download | forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar.gz forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar.bz2 forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar.xz forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.zip | |
[ticket/14394] Only purge cache in functional tests if necessary
PHPBB3-14394
Diffstat (limited to 'tests/functional/plupload_test.php')
| -rw-r--r-- | tests/functional/plupload_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/plupload_test.php b/tests/functional/plupload_test.php index ee71597ffc..d358681ad1 100644 --- a/tests/functional/plupload_test.php +++ b/tests/functional/plupload_test.php @@ -33,6 +33,7 @@ class phpbb_functional_plupload_test extends phpbb_functional_test_case public function setUp() { parent::setUp(); + $this->purge_cache(); $this->set_extension_group_permission(1); $this->path = __DIR__ . '/fixtures/files/'; $this->add_lang('posting'); |
