Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Roach committed Jan 4, 2019
1 parent 06cff3f commit 6225be9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/app/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class UserTest extends \Fisharebest\Webtrees\TestCase
/**
* @covers \Fisharebest\Webtrees\User::__construct
* @covers \Fisharebest\Webtrees\User::create
* @covers \Fisharebest\Webtrees\User::getUserId
* @return void
*/
public function testCreate(): void
Expand All @@ -37,8 +38,6 @@ public function testCreate(): void
}

/**
* @covers \Fisharebest\Webtrees\User::setUserId
* @covers \Fisharebest\Webtrees\User::getUserId
* @covers \Fisharebest\Webtrees\User::setUserName
* @covers \Fisharebest\Webtrees\User::getUserName
* @covers \Fisharebest\Webtrees\User::setRealName
Expand Down

0 comments on commit 6225be9

Please sign in to comment.