Skip to content

Commit

Permalink
Update TimeTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdheiden committed May 20, 2022
1 parent 88ade1b commit 91e4617
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/Unit/TimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ public function testGetters(): void
$this->assertSame($seconds, $time->getSeconds());
}

public function testSetHoursException(): void
{
$this->expectException(TimeException::class);

$time = new Time(30);
}

public function testSetMinutesException(): void
{
$this->expectException(TimeException::class);
Expand Down

0 comments on commit 91e4617

Please sign in to comment.