Fixed a few things
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace model\testactions;
|
||||
require_once(ROOT_DIR.'/controller/db/DBThread.php');
|
||||
require_once(ROOT_DIR.'/model/forum/Thread.php');
|
||||
use controller\db\DBThread;
|
||||
use model\forum\Thread;
|
||||
class TA_TestDBThread extends TestAction{
|
||||
function __construct(){
|
||||
parent::__construct();
|
||||
|
||||
Reference in New Issue
Block a user