Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Test unknown status
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Sep 21, 2015
1 parent 003afc8 commit d6faa21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TaskManager_ModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ final public function provideStatuses()
'Pending' => array(TaskStatus::Pending, EntryModel::PENDING),
'Error' => array(TaskStatus::Error, EntryModel::EXPIRED),
'Running' => array(TaskStatus::Running, EntryModel::LIVE),
'Unknown' => array('unknown', EntryModel::DISABLED),
);
}
}

0 comments on commit d6faa21

Please sign in to comment.