Tests a'hoy

This commit is contained in:
Dane Everitt 2017-10-23 21:10:32 -05:00
parent 532025a348
commit 57db949a9c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 210 additions and 5 deletions

View file

@ -51,7 +51,7 @@ class DatabasePasswordServiceTest extends TestCase
*
* @dataProvider useModelDataProvider
*/
public function testPasswordIsChanged($useModel)
public function testPasswordIsChanged(bool $useModel)
{
$model = factory(Database::class)->make();