You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					20 lines
				
				497 B
			
		
		
			
		
	
	
					20 lines
				
				497 B
			| 
								 
											10 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @link https://github.com/paulzi/yii2-nested-sets
							 | 
						||
| 
								 | 
							
								 * @copyright Copyright (c) 2015 PaulZi <pavel.zimakoff@gmail.com>
							 | 
						||
| 
								 | 
							
								 * @license MIT (https://github.com/paulzi/yii2-nested-sets/blob/master/LICENSE)
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								namespace paulzi\nestedsets\tests\pgsql;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								use paulzi\nestedsets\tests\NestedSetsBehaviorTestCase;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/**
							 | 
						||
| 
								 | 
							
								 * @group pgsql
							 | 
						||
| 
								 | 
							
								 *
							 | 
						||
| 
								 | 
							
								 * @author PaulZi <pavel.zimakoff@gmail.com>
							 | 
						||
| 
								 | 
							
								 */
							 | 
						||
| 
								 | 
							
								class NestedSetsBehaviorTest extends NestedSetsBehaviorTestCase
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    protected static $driverName = 'pgsql';
							 | 
						||
| 
								 | 
							
								}
							 |