diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-04-30 23:21:50 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-04-30 23:21:50 -0500 |
| commit | 356bc00a293300a777304a3c2d442868d4491344 (patch) | |
| tree | 6955fca00d72adfb845777bb836d59a421b46a0e /tests/template/template_spacing_test.php | |
| parent | ab87fe7982b185e9c08a3fd7248214004b23a58b (diff) | |
| download | forums-356bc00a293300a777304a3c2d442868d4491344.tar forums-356bc00a293300a777304a3c2d442868d4491344.tar.gz forums-356bc00a293300a777304a3c2d442868d4491344.tar.bz2 forums-356bc00a293300a777304a3c2d442868d4491344.tar.xz forums-356bc00a293300a777304a3c2d442868d4491344.zip | |
[ticket/11435] Mark extension spacing test as incomplete
This test fails until 11435 is fixed
Add newlines at EOF
PHPBB3-11435
Diffstat (limited to 'tests/template/template_spacing_test.php')
| -rw-r--r-- | tests/template/template_spacing_test.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/template_spacing_test.php b/tests/template/template_spacing_test.php index 83f8711b38..fb4161066a 100644 --- a/tests/template/template_spacing_test.php +++ b/tests/template/template_spacing_test.php @@ -59,6 +59,10 @@ 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); |
