UniqueValidatorPostgresTest.php 262 Bytes
Newer Older
Suralc committed
1 2 3 4 5 6
<?php

namespace yiiunit\framework\validators\UniqueValidatorDriverTests;

use yiiunit\framework\validators\UniqueValidatorTest;

7 8 9
/**
 * @group validators
 */
Suralc committed
10 11
class UniqueValidatorPostgresTest extends UniqueValidatorTest
{
12
    protected $driverName = 'pgsql';
AlexGx committed
13
}