mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-23 23:57:41 +01:00
Added some basic DB fields for the new project system
This commit is contained in:
@@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Tests\Controller\AdminPages;
|
||||
|
||||
use App\Entity\Devices\Device;
|
||||
use App\Entity\ProjectSystem\Project;
|
||||
|
||||
/**
|
||||
* @group slow
|
||||
@@ -32,5 +32,5 @@ use App\Entity\Devices\Device;
|
||||
class DeviceControllerTest extends AbstractAdminControllerTest
|
||||
{
|
||||
protected static $base_path = '/en'.'/device';
|
||||
protected static $entity_class = Device::class;
|
||||
protected static $entity_class = Project::class;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user