Skip to content

Commit

Permalink
Bootstrap.php is the Aimeos core Bootstrap class
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 6, 2018
1 parent f29b98b commit 26d3057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/tests/TestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private static function getAimeos()
{
if( !isset( self::$aimeos ) )
{
require_once 'bootstrap.php';
require_once 'Bootstrap.php';
spl_autoload_register( 'Aimeos\\Bootstrap::autoload' );

$extdir = dirname( dirname( dirname( __DIR__ ) ) );
Expand Down

0 comments on commit 26d3057

Please sign in to comment.