Skip to content

Commit bb3d609

Browse files
committed
add opTestFunctional::todo() method for ignored testcases (refs #3968, BP from #3962)
(cherry picked from commit 649c990)
1 parent 665f135 commit bb3d609

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/test/opTestFunctional.class.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,11 @@ public function checkCSRF($selectors = array())
9090

9191
return $this;
9292
}
93+
94+
public function todo($message = '')
95+
{
96+
$this->test()->todo($message);
97+
98+
return $this;
99+
}
93100
}

0 commit comments

Comments
 (0)