Test code cleanup.

This commit is contained in:
James Cole
2016-01-24 18:05:04 +01:00
parent 610f782054
commit 7b2fe8eb4a
11 changed files with 32 additions and 66 deletions

View File

@@ -19,7 +19,6 @@ class PasswordControllerTest extends TestCase
{
$args = [
'email' => 'thegrumpydictator@gmail.com',
'_token' => Session::token(),
];
$response = $this->call('POST', '/password/email', $args);
$this->assertEquals(302, $response->status());