mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Applied symplify rules to codebase.
This commit is contained in:
parent
2f20d90041
commit
388e847b17
136 changed files with 1370 additions and 789 deletions
|
@ -29,13 +29,14 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
|||
|
||||
class BuiltinAttachmentsFinderTest extends WebTestCase
|
||||
{
|
||||
/** @var BuiltinAttachmentsFinder */
|
||||
protected static $service;
|
||||
|
||||
protected static $mock_list = [
|
||||
'%FOOTPRINTS%/test/test.jpg', '%FOOTPRINTS%/test/test.png', '%FOOTPRINTS%/123.jpg', '%FOOTPRINTS%/123.jpeg',
|
||||
'%FOOTPRINTS_3D%/test.jpg', '%FOOTPRINTS_3D%/hallo.txt',
|
||||
];
|
||||
/**
|
||||
* @var BuiltinAttachmentsFinder
|
||||
*/
|
||||
protected static $service;
|
||||
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue