Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Added the Composer autoloader. Relates to #11
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yell committed Nov 25, 2014
1 parent 28d6e5e commit e29b5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*/
// Customize this to be a relative path for embedded plugins.
// For standalone plugins, this should point at a CakePHP installation.
require 'vendor/autoload.php';
require 'vendor/cakephp/cakephp/config/bootstrap.php';

0 comments on commit e29b5ec

Please sign in to comment.