Skip to content

Commit

Permalink
Remove invalid test for Week period
Browse files Browse the repository at this point in the history
  • Loading branch information
obokaman-com committed Oct 4, 2015
1 parent d1d3fd5 commit f3b301d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/Period/WeekTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@

final class WeekTest extends \PHPUnit_Framework_TestCase
{
/** @test */
public function validWeek()
{
$week = new Week();
$this->assertEquals(date('Y-m-W'), $week->start()->format('Y-m-W'));
}

/** @test */
public function getCorrectFirstDayWeek()
{
Expand Down

0 comments on commit f3b301d

Please sign in to comment.