Unverified Commit 0ed83bb8 authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #99 from viralsolani/analysis-8LDvko

Apply fixes from StyleCI
parents 4249416f 3aca668b
......@@ -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