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 HostDeletionServiceTest extends TestCase
*
* @dataProvider databaseCountDataProvider
*/
public function testExceptionIsThrownIfDeletingHostWithDatabases($count)
public function testExceptionIsThrownIfDeletingHostWithDatabases(int $count)
{
$this->databaseRepository->shouldReceive('findCountWhere')->with([['database_host_id', '=', 1234]])->once()->andReturn($count);