Add newlines to tests. [skip ci]

This commit is contained in:
James Cole
2018-07-22 20:33:17 +02:00
parent b7752928a4
commit a616e06f9d
55 changed files with 55 additions and 55 deletions

View File

@@ -125,4 +125,4 @@ class CreateControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
}
}

View File

@@ -91,4 +91,4 @@ class DeleteControllerTest extends TestCase
}
}
}

View File

@@ -169,4 +169,4 @@ class EditControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -239,4 +239,4 @@ class ShowControllerTest extends TestCase
$response->assertStatus(302);
}
}
}