diff options
author | Michael Lüpkes <michael@luepkes.net> | 2015-02-03 11:16:10 +0100 |
---|---|---|
committer | Michael Lüpkes <michael@luepkes.net> | 2015-02-03 11:16:10 +0100 |
commit | e5ea36125536b5ac8f8a7e31c2602e9bd1b52075 (patch) | |
tree | 1879bcf0ca1fb3f7ea7375c548fdc00ab75e715a /tests/units/Base.php | |
parent | 24300f828a684eedf71d63374effb2be95c13b1a (diff) |
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'.
Diffstat (limited to 'tests/units/Base.php')
-rw-r--r-- | tests/units/Base.php | 2 |
1 files changed, 2 insertions, 0 deletions
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') { |