diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-20 11:46:08 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-20 11:46:08 -0500 |
commit | 06720fb0d795423331372c73304ba923e47f7135 (patch) | |
tree | 5fafdad644877f01e7631b2354a6849cbbd988ef /tests | |
parent | c84fc97e9059792d244d49d0d379d627227b12ab (diff) | |
download | forums-06720fb0d795423331372c73304ba923e47f7135.tar forums-06720fb0d795423331372c73304ba923e47f7135.tar.gz forums-06720fb0d795423331372c73304ba923e47f7135.tar.bz2 forums-06720fb0d795423331372c73304ba923e47f7135.tar.xz forums-06720fb0d795423331372c73304ba923e47f7135.zip |
[ticket/11435] Enable spacing test as it should now pass
PHPBB3-11435
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); |