Commit 3aca668b authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 4249416f
......@@ -32,7 +32,7 @@ class AuthTest extends BrowserKitTestCase
/** @test */
public function test_login_failure_with_wrong_inputs()
{
$this->visit("/login")
$this->visit('/login')
->type('wrongusername@wrongpassword.com', 'email')
->type('wrongpassword', 'password')
->press('Login')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment