mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 22:57:40 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			257 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			257 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
namespace yiiunit\framework\db\pgsql;
 | 
						|
 | 
						|
use yiiunit\framework\data\ActiveDataProviderTest;
 | 
						|
 | 
						|
/**
 | 
						|
 * @group db
 | 
						|
 * @group pgsql
 | 
						|
 * @group data
 | 
						|
 */
 | 
						|
class PostgreSQLActiveDataProviderTest extends ActiveDataProviderTest
 | 
						|
{
 | 
						|
    public $driverName = 'pgsql';
 | 
						|
}
 |