Skip to content

Commit 356bc00

Browse files
committed
[ticket/11435] Mark extension spacing test as incomplete
This test fails until 11435 is fixed Add newlines at EOF PHPBB3-11435
1 parent ab87fe7 commit 356bc00

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
|{VARIABLE}
55

6-
<div class="{VARIABLE}">test</div>
6+
<div class="{VARIABLE}">test</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- EVENT variable_spacing -->
1+
<!-- EVENT variable_spacing -->

tests/template/template_spacing_test.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ public function test_template($desc, $dataset, $style_names, $file, array $vars,
5959
*/
6060
public function test_event($desc, $dataset, $style_names, $file, array $vars, array $block_vars, array $destroy, $expected)
6161
{
62+
$this->markTestIncomplete(
63+
'This test will fail until PHPBB3-11435 is fixed'
64+
);
65+
6266
// Reset the engine state
6367
$this->setup_engine_for_events($dataset, $style_names);
6468

tests/template/templates/variable_spacing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
|{VARIABLE}
55

6-
<div class="{VARIABLE}">test</div>
6+
<div class="{VARIABLE}">test</div>

0 commit comments

Comments
 (0)