Skip to content

Commit

Permalink
Register Slim autoloader in unit test bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 2, 2012
1 parent a3b2c0b commit 2acfaf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

require_once 'Slim/Slim.php';

// Register Slim's autoloader
\Slim\Slim::registerAutoloader();

//Register non-Slim autoloader
function customAutoLoader( $class )
{
Expand Down

0 comments on commit 2acfaf7

Please sign in to comment.