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

namespace yiiunit\framework\validators\UniqueValidatorDriverTests;

use yiiunit\framework\validators\UniqueValidatorTest;

class UniqueValidatorPostgresTest extends UniqueValidatorTest
{
9
    protected $driverName = 'pgsql';
AlexGx committed
10
}