Skip to content

Commit

Permalink
Fixup test runner
Browse files Browse the repository at this point in the history
(tests still run locally for some reason!)
  • Loading branch information
dvdoug committed Jul 29, 2013
1 parent 0e4f659 commit 924f78d
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 @@ -7,6 +7,7 @@
require_once(__DIR__ . '/../Item.php');
require_once(__DIR__ . '/../ItemList.php');
require_once(__DIR__ . '/../PackedBox.php');
require_once(__DIR__ . '/../PackedBoxList.php');
require_once(__DIR__ . '/../Packer.php');

class TestBox implements Box {
Expand Down

0 comments on commit 924f78d

Please sign in to comment.