Skip to content

Commit

Permalink
Merge pull request #3 from wwways/fixbootstrap
Browse files Browse the repository at this point in the history
Fixed bootstrapper to know about new composer autoloader.
  • Loading branch information
martinvium committed Jun 22, 2012
2 parents 7c90438 + 2c93f5d commit 79fb147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
@@ -1,2 +1,2 @@
<?php
require_once(dirname(__DIR__) . '/vendor/.composer/autoload.php');
require_once(dirname(__DIR__) . '/vendor/autoload.php');

0 comments on commit 79fb147

Please sign in to comment.