mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-22 07:07:26 +01:00
Allow to restrict the file extensions for a attachment type.
This commit is contained in:
@@ -35,6 +35,10 @@ namespace App\Tests\Controller\AdminPages;
|
||||
use App\Entity\Attachments\AttachmentType;
|
||||
use App\Entity\Devices\Device;
|
||||
|
||||
/**
|
||||
* @group slow
|
||||
* @package App\Tests\Controller\AdminPages
|
||||
*/
|
||||
class DeviceControllerTest extends AbstractAdminControllerTest
|
||||
{
|
||||
protected static $base_path = '/en' . '/device';
|
||||
|
||||
Reference in New Issue
Block a user