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