Skip to content

Commit

Permalink
Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed May 29, 2014
1 parent 19eec13 commit ea54ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/JhFlexiTimeTest/Repository/BookingRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function setUp()
$this->assertInstanceOf('JhFlexiTime\Repository\BookingRepository', $this->repository);
}

/*public function testFindAllByUserReturnsRecordsOnlyByUserSortedByDateAscending()
public function testFindAllByUserReturnsRecordsOnlyByUserSortedByDateAscending()
{
$user = new User();
$user
Expand All @@ -59,7 +59,7 @@ public function setUp()
$this->assertEquals($booking->getUser()->getId(), $user->getId());
$this->assertEquals($booking->getUser()->getEmail(), $user->getEmail());
}
}*/
}

public function testFindByUserAndMonth()
{
Expand Down

0 comments on commit ea54ce1

Please sign in to comment.