mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11435] Enable spacing test as it should now pass
PHPBB3-11435
This commit is contained in:
parent
c84fc97e90
commit
06720fb0d7
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
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
|
// Reset the engine state
|
||||||
$this->setup_engine_for_events($dataset, $style_names);
|
$this->setup_engine_for_events($dataset, $style_names);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue