From e5ea36125536b5ac8f8a7e31c2602e9bd1b52075 Mon Sep 17 00:00:00 2001 From: Michael Lüpkes Date: Tue, 3 Feb 2015 11:16:10 +0100 Subject: Implemented Changes to Project Duplication to include Swimlanes and Tasks. ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'. --- tests/units/Base.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/units/Base.php') diff --git a/tests/units/Base.php b/tests/units/Base.php index b216aff4..311d3cdf 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -11,6 +11,8 @@ date_default_timezone_set('UTC'); abstract class Base extends PHPUnit_Framework_TestCase { + protected $container; + public function setUp() { if (DB_DRIVER === 'mysql') { -- cgit v1.2.3