mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +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();
							 | 
						||
| 
								 | 
							
								?>
							 |