Skip to content

Commit

Permalink
add a failed test on Shia calendar!
Browse files Browse the repository at this point in the history
  • Loading branch information
mbpcoder committed Apr 10, 2022
1 parent 51f9f79 commit 89f732f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CalendarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ public function testShiaDateTime()
$this->assertTrue($pasoonate->shia()->setDate(1442,7,14)->isFriday());

$this->assertEquals($pasoonate->jalali()->setDate(1400,5,19)->shia()->format('yyyy/MM/dd'), '1443/01/01');

$this->assertEquals($pasoonate->jalali()->setDate(1401,1,14)->shia()->format('yyyy/MM/dd'), '1443/09/01');
}
}
}

0 comments on commit 89f732f

Please sign in to comment.