Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jun 28, 2013
1 parent b8126fc commit 3bf60a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/_autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

include_once __DIR__ . '/../vendor/autoload.php';

require_once __DIR__ . '/../library/Zend/Loader/StandardAutoloader.php';
$loader = new Zend\Loader\StandardAutoloader(
array(
Zend\Loader\StandardAutoloader::LOAD_NS => array(
'Zend' => __DIR__ . '/../library/Zend',
'ZendTest' => __DIR__ . '/ZendTest',
),
));
)
);
$loader->register();

0 comments on commit 3bf60a3

Please sign in to comment.