Use new testing framework, weeeeh
This commit is contained in:
@@ -11,13 +11,4 @@ namespace board3\portal\tests\testframework;
|
||||
|
||||
abstract class test_case extends \phpbb_test_case
|
||||
{
|
||||
public function get_test_case_helpers()
|
||||
{
|
||||
if (!$this->test_case_helpers)
|
||||
{
|
||||
$this->test_case_helpers = new \board3\portal\tests\testframework\test_case_helpers($this);
|
||||
}
|
||||
|
||||
return $this->test_case_helpers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user