Add unit test for TaskAssignCategoryLink

This commit is contained in:
Frederic Guillot
2015-11-15 14:39:12 -05:00
parent 2011c35344
commit a42f1ea2bd
5 changed files with 112 additions and 4 deletions

View File

@@ -241,7 +241,7 @@ abstract class Base extends \Kanboard\Core\Base
}
if (DEBUG) {
$this->container['logger']->debug(get_called_class().' => '.($result ? 'true' : 'false'));
$this->logger->debug(get_called_class().' => '.($result ? 'true' : 'false'));
}
return $result;