Arthur Gostumski

Results 3 comments of Arthur Gostumski

Any potential solutions for this. It would be nice if it can track those even when you create files

I finally managed to get it to work but something is wrong: test like this: ``` public function testBasicTest() { $response = $this->get('/'); $response->assertStatus(200); } ``` Takes 7 minutes and...