Tests a'hoy
This commit is contained in:
parent
532025a348
commit
57db949a9c
5 changed files with 210 additions and 5 deletions
|
@ -51,7 +51,7 @@ class DatabasePasswordServiceTest extends TestCase
|
|||
*
|
||||
* @dataProvider useModelDataProvider
|
||||
*/
|
||||
public function testPasswordIsChanged($useModel)
|
||||
public function testPasswordIsChanged(bool $useModel)
|
||||
{
|
||||
$model = factory(Database::class)->make();
|
||||
|
||||
|
|
Reference in a new issue