ExistValidatorPostgresTest.php 228 Bytes
Newer Older
1 2 3 4 5 6 7
<?php
namespace yiiunit\framework\validators\ExistValidatorDriverTests;

use yiiunit\framework\validators\ExistValidatorTest;

class ExistValidatorPostgresTest extends ExistValidatorTest
{
8
    protected $driverName = 'pgsql';
AlexGx committed
9
}