Remove class test with any test methods

This commit is contained in:
Julien Fastré 2023-08-28 16:43:49 +02:00
parent 2dfc228917
commit b1a9749dc0
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -1,22 +0,0 @@
<?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 AccompanyingPeriod\Workflow;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
/**
* @internal
* @coversNothing
*/
final class WorkflowEventSubscriberTest extends KernelTestCase
{
}