Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest authored and StyleCIBot committed Oct 23, 2019
1 parent ad602e4 commit fc7fecb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/app/AgeTest.php
Expand Up @@ -24,23 +24,23 @@
*/
class AgeTest extends TestCase
{
/**
* Test that the class exists
*
* @return void
*/
/**
* Test that the class exists
*
* @return void
*/
public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\Age'));
}

/**
* @dataProvider ageProvider
* @covers \Fisharebest\Webtrees\Age::__construct
* @covers \Fisharebest\Webtrees\Age::asText
* @covers \Fisharebest\Webtrees\Age::extractNumber
* @return void
*/
/**
* @dataProvider ageProvider
* @covers \Fisharebest\Webtrees\Age::__construct
* @covers \Fisharebest\Webtrees\Age::asText
* @covers \Fisharebest\Webtrees\Age::extractNumber
* @return void
*/
public function testConstructor($ageTest, $ageAsText):void
{
$age = new Age($ageTest);
Expand Down

0 comments on commit fc7fecb

Please sign in to comment.