Fixed a few things

This commit is contained in:
2019-09-30 14:40:22 +02:00
parent 929a848b23
commit 2f58e65ad3
6 changed files with 9 additions and 8 deletions

View File

@@ -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();