[feature/tests] Fix testframework for board3 portal

This commit is contained in:
Marc Alexander
2013-10-29 15:12:24 +01:00
parent c3066e6f01
commit fe7794f81a
8 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
*
*/
namespace phpbbgallery\core\tests\testframework;
namespace board3\tests\testframework;
abstract class test_case extends \phpbb_test_case
{
@@ -15,7 +15,7 @@ abstract class test_case extends \phpbb_test_case
{
if (!$this->test_case_helpers)
{
$this->test_case_helpers = new \phpbbgallery\core\tests\testframework\test_case_helpers($this);
$this->test_case_helpers = new \board3\tests\testframework\test_case_helpers($this);
}
return $this->test_case_helpers;