mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-10 11:39:25 +03:00
fix tests
This commit is contained in:
parent
ade4b6c17c
commit
b399cb4c7e
@ -11,9 +11,11 @@
|
|||||||
|
|
||||||
namespace Nelmio\ApiDocBundle\Tests\Functional;
|
namespace Nelmio\ApiDocBundle\Tests\Functional;
|
||||||
|
|
||||||
|
use Symfony\Component\HttpKernel\KernelInterface;
|
||||||
|
|
||||||
class ValidationGroupsFunctionalTest extends WebTestCase
|
class ValidationGroupsFunctionalTest extends WebTestCase
|
||||||
{
|
{
|
||||||
protected static function createKernel(array $options = [])
|
protected static function createKernel(array $options = []): KernelInterface
|
||||||
{
|
{
|
||||||
return new TestKernel(TestKernel::USE_VALIDATION_GROUPS);
|
return new TestKernel(TestKernel::USE_VALIDATION_GROUPS);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user