Skip to content

Commit

Permalink
added test to verify all new csv files have the same amount of status…
Browse files Browse the repository at this point in the history
… in them
  • Loading branch information
lukasoppermann committed Nov 7, 2020
1 parent 055097f commit 116dc83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/HttpstatusTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ public function setUp(): void
$this->httpStatus->setLanguage($language);
}

public function testVerifyStatusCodes()
{
$this->assertSame(count($this->statuses), 61);
}

/**
* @expectedException RuntimeException
* @expectedExceptionMessage The submitted reason phrase is already present in the collection
Expand Down

0 comments on commit 116dc83

Please sign in to comment.