Files
yii2/tests/framework/validators/ExistValidatorDriverTests/ExistValidatorPostgresTest.php
2015-04-16 12:10:01 +03:00

13 lines
257 B
PHP

<?php
namespace yiiunit\framework\validators\ExistValidatorDriverTests;
use yiiunit\framework\validators\ExistValidatorTest;
/**
* @group validators
*/
class ExistValidatorPostgresTest extends ExistValidatorTest
{
protected $driverName = 'pgsql';
}