mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Cleaned up some views and controllers; basic auto + password change has been fixed.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user