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

Commit

Permalink
[APOLLO-2953] - added test to improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyquinton committed Jun 17, 2014
1 parent a63b9c3 commit 62135ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/OpgTest/Core/Model/Entity/CaseItem/Task/TaskTest.php
Expand Up @@ -445,6 +445,7 @@ public function testGetSetCompletedDateString()

public function testGetSetCompletedDateEmptyString()
{
$this->assertEmpty($this->task->getCompletedDateString());
$expectedDate = new \DateTime();
$this->task->setCompletedDateString(null);
$returnedDate = $this->task->getCompletedDate();
Expand Down

0 comments on commit 62135ed

Please sign in to comment.