Built chart controller tests.

This commit is contained in:
Sander Dorigo
2014-07-08 15:17:18 +02:00
parent bd315fb7ce
commit 659cea7c74
3 changed files with 138 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
namespace Firefly\Helper\Toolkit;
class Toolkit
class Toolkit implements ToolkitInterface
{
/**

View File

@@ -3,6 +3,7 @@
namespace Firefly\Helper\Toolkit;
class ToolkitInterface {
interface ToolkitInterface {
public static function getDateRange();
}