Tests a'hoy

This commit is contained in:
Dane Everitt
2017-10-23 21:10:32 -05:00
parent 532025a348
commit 57db949a9c
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();