fixup! Add TicketListController test

This commit is contained in:
Julien Fastré 2024-06-03 13:26:01 +02:00
parent ca78d112c2
commit a777588bb8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -1,10 +1,24 @@
<?php
declare(strict_types=1);
/*
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Controller;
use Chill\MainBundle\Test\PrepareClientTrait;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
/**
* @internal
*
* @coversNothing
*/
class TicketListControllerTest extends WebTestCase
{
use PrepareClientTrait;