From 924f78d5c31fb5c7ad3ce5ff01285e4fe8f01f58 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Mon, 29 Jul 2013 22:07:55 +0100 Subject: [PATCH] Fixup test runner (tests still run locally for some reason!) --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index ace9a33c..9a087075 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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 {