Skip to content

Commit

Permalink
Register the autoloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jukka Svahn committed May 13, 2013
1 parent 26b21cc commit 22af5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

$loader = new \Composer\Autoload\ClassLoader();
$loader->add('Rah\Danpu\Test', __DIR__);
$loader->add('Rah\Danpu', dirname(__DIR__) . '/src');
$loader->register();

0 comments on commit 22af5f6

Please sign in to comment.