mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11435] Mark extension spacing test as incomplete
This test fails until 11435 is fixed Add newlines at EOF PHPBB3-11435
This commit is contained in:
parent
ab87fe7982
commit
356bc00a29
4 changed files with 7 additions and 3 deletions
|
@ -3,4 +3,4 @@
|
|||
|
||||
|{VARIABLE}
|
||||
|
||||
<div class="{VARIABLE}">test</div>
|
||||
<div class="{VARIABLE}">test</div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<!-- EVENT variable_spacing -->
|
||||
<!-- EVENT variable_spacing -->
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
|{VARIABLE}
|
||||
|
||||
<div class="{VARIABLE}">test</div>
|
||||
<div class="{VARIABLE}">test</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue