diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-29 22:40:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-29 22:40:26 -0500 |
commit | 6ef83d0e058d653322a8f9eb1131e665fb9b2a70 (patch) | |
tree | 2800a74b20b83db3f89879a82111136051744fe3 /app/Console | |
parent | fafc272085be0d62acb693b47ae9c86dc1c7a417 (diff) |
Add unit test for transition model
Diffstat (limited to 'app/Console')
-rw-r--r-- | app/Console/TransitionExport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Console/TransitionExport.php b/app/Console/TransitionExport.php index 9ae41417..d9f805a4 100644 --- a/app/Console/TransitionExport.php +++ b/app/Console/TransitionExport.php @@ -21,7 +21,7 @@ class TransitionExport extends Base protected function execute(InputInterface $input, OutputInterface $output) { - $data = $this->transition->export( + $data = $this->transitionExport->export( $input->getArgument('project_id'), $input->getArgument('start_date'), $input->getArgument('end_date') |