mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -18,7 +18,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class ExportControllerTest extends KernelTestCase
|
||||
class PointTest extends KernelTestCase
|
||||
{
|
||||
public function testFromArrayGeoJson()
|
||||
{
|
||||
|
@@ -21,6 +21,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
|
||||
use Symfony\Component\Security\Core\Role\Role;
|
||||
use function count;
|
||||
|
||||
/**
|
||||
* Test the export manager.
|
||||
|
@@ -19,7 +19,7 @@ use Symfony\Component\Form\Test\TypeTestCase;
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class CenterTypeTest extends TypeTestCase
|
||||
class PickCenterTypeTest extends TypeTestCase
|
||||
{
|
||||
/**
|
||||
* Test that a user which can reach multiple center
|
||||
|
@@ -12,6 +12,7 @@ namespace Chill\MainBundle\Tests\Pagination;
|
||||
use Chill\MainBundle\Pagination\Paginator;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
|
||||
use function count;
|
||||
|
||||
/**
|
||||
* Test the paginator class.
|
||||
|
@@ -23,6 +23,7 @@ use Chill\MainBundle\Test\ProphecyTrait;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Symfony\Component\Security\Core\Role\Role;
|
||||
use function array_map;
|
||||
use function in_array;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@@ -20,7 +20,7 @@ use PHPUnit\Framework\TestCase;
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class DefaultScopeResolverDispatcherTest extends TestCase
|
||||
class ScopeResolverDispatcherTest extends TestCase
|
||||
{
|
||||
private ScopeResolverDispatcher $scopeResolverDispatcher;
|
||||
|
||||
|
Reference in New Issue
Block a user