endofday: 17.01.2024
This commit is contained in:
parent
556d3cee7c
commit
9286839d99
18 changed files with 1835 additions and 32 deletions
18
tests/Service/PrinterServiceTest.php
Normal file
18
tests/Service/PrinterServiceTest.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
namespace App\Tests\Service;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Test;
|
||||
use PrinterService;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\MakerBundle\Docker\DockerDatabaseServices;
|
||||
|
||||
class PrinterServiceTest extends TestCase
|
||||
{
|
||||
#[Test]
|
||||
public function EditPrinterShouldEditPrinter(){
|
||||
$printerService = new PrinterService();
|
||||
|
||||
$printerService->editPrinter(Printer $printer, )
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue