mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-31 12:21:36 +01:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			177 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|   | <?php | ||
|  | 
 | ||
|  | require_once 'test_cases.php'; | ||
|  | require_once 'PHPUnit.php'; | ||
|  | 
 | ||
|  | $suite = new PHPUnit_TestSuite("SmartyTest"); | ||
|  | $result = PHPUnit::run($suite); | ||
|  | 
 | ||
|  | echo $result -> toString(); | ||
|  | ?>
 |