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