mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
fix tests
This commit is contained in:
parent
ade4b6c17c
commit
b399cb4c7e
1 changed files with 3 additions and 1 deletions
|
@ -11,9 +11,11 @@
|
|||
|
||||
namespace Nelmio\ApiDocBundle\Tests\Functional;
|
||||
|
||||
use Symfony\Component\HttpKernel\KernelInterface;
|
||||
|
||||
class ValidationGroupsFunctionalTest extends WebTestCase
|
||||
{
|
||||
protected static function createKernel(array $options = [])
|
||||
protected static function createKernel(array $options = []): KernelInterface
|
||||
{
|
||||
return new TestKernel(TestKernel::USE_VALIDATION_GROUPS);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue