Skip to content

Commit

Permalink
Pull in autoloader explicitly in test bootstrap so works without a ve…
Browse files Browse the repository at this point in the history
…ndor phpunit
  • Loading branch information
dvdoug committed Sep 20, 2016
1 parent 43978d0 commit 1c15013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

namespace DVDoug\BoxPacker;

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

class TestBox implements Box
{

Expand Down

0 comments on commit 1c15013

Please sign in to comment.