mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 12:05:09 +03:00 
			
		
		
		
	fixed a minor issue in bootstrap of tests
This commit is contained in:
		
							parent
							
								
									9b7dc356e6
								
							
						
					
					
						commit
						4caef1d806
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
include __DIR__ . "/../src/Handlebars/Autoloader.php";
 | 
					include __DIR__ . "/../src/Handlebars/Autoloader.php";
 | 
				
			||||||
$base = __DIR__ . "/../src";
 | 
					$base = __DIR__ . "/../src";
 | 
				
			||||||
$loader = new \Handlebars\Autoloader(realpath($base));
 | 
					$loader = \Handlebars\Autoloader::register();
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user