Cleaned up some views and controllers; basic auto + password change has been fixed.

This commit is contained in:
James Cole
2014-07-02 21:58:40 +02:00
parent 43204a3a95
commit 3a7c543afb
5 changed files with 51 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ class ExampleTest extends TestCase {
*/
public function testBasicExample()
{
$crawler = $this->client->request('GET', '/');
$crawler = $this->client->request('GET', '/login');
$this->assertTrue($this->client->getResponse()->isOk());
}