diff options
| author | David King <imkingdavid@gmail.com> | 2013-05-22 16:10:51 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2013-05-22 16:10:51 -0400 |
| commit | 4b0d51adea5ca0214e917c61c7920ca4d057c06d (patch) | |
| tree | 2685bd3cfc3f03cc6e1b1ddc5debf41daf4d4045 /tests | |
| parent | 3ab222d1c748f26378152606a27accc8de9a45e0 (diff) | |
| parent | 06720fb0d795423331372c73304ba923e47f7135 (diff) | |
| download | forums-4b0d51adea5ca0214e917c61c7920ca4d057c06d.tar forums-4b0d51adea5ca0214e917c61c7920ca4d057c06d.tar.gz forums-4b0d51adea5ca0214e917c61c7920ca4d057c06d.tar.bz2 forums-4b0d51adea5ca0214e917c61c7920ca4d057c06d.tar.xz forums-4b0d51adea5ca0214e917c61c7920ca4d057c06d.zip | |
Merge remote-tracking branch 'EXreaction/ticket/11435-2' into develop
* EXreaction/ticket/11435-2:
[ticket/11435] Enable spacing test as it should now pass
[ticket/11435] Create new template filter option (cleanup)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/template/template_spacing_test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/template/template_spacing_test.php b/tests/template/template_spacing_test.php index fb4161066a..83f8711b38 100644 --- a/tests/template/template_spacing_test.php +++ b/tests/template/template_spacing_test.php @@ -59,10 +59,6 @@ class phpbb_template_template_spacing_test extends phpbb_template_template_test_ */ public function test_event($desc, $dataset, $style_names, $file, array $vars, array $block_vars, array $destroy, $expected) { - $this->markTestIncomplete( - 'This test will fail until PHPBB3-11435 is fixed' - ); - // Reset the engine state $this->setup_engine_for_events($dataset, $style_names); |
