Skip to content

Commit

Permalink
[ticket/11435] Mark extension spacing test as incomplete
Browse files Browse the repository at this point in the history
This test fails until 11435 is fixed

Add newlines at EOF

PHPBB3-11435
  • Loading branch information
EXreaction committed May 1, 2013
1 parent ab87fe7 commit 356bc00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

|{VARIABLE}

<div class="{VARIABLE}">test</div>
<div class="{VARIABLE}">test</div>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- EVENT variable_spacing -->
<!-- EVENT variable_spacing -->
4 changes: 4 additions & 0 deletions tests/template/template_spacing_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ public function test_template($desc, $dataset, $style_names, $file, array $vars,
*/
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);

Expand Down
2 changes: 1 addition & 1 deletion tests/template/templates/variable_spacing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

|{VARIABLE}

<div class="{VARIABLE}">test</div>
<div class="{VARIABLE}">test</div>

0 comments on commit 356bc00

Please sign in to comment.