<?php
namespace yiiunit\framework\validators\ExistValidatorDriverTests;


use yiiunit\framework\validators\ExistValidatorTest;

class ExistValidatorPostgresTest extends ExistValidatorTest
{
	protected $driverName = 'pgsql';
}