Tudor Danes

Results 4 comments of Tudor Danes

What kind of testing ? with PhpUnit ? If yes, you can use `actingAs` for sending requests : ``` $response = $this->actingAs($this->companyUser->user, 'api') ->json( 'POST', '/company/talent/technical-test', $payload ); ``` I...

> Admins should be able to do everything, otherwise they're not an admin Exactly, as we see in 'Admin permissions' they have all the perms.

I think it's about the naming. Can you try to use : `->depends('test foo') ` It worked for me when i used it like `->depends('it foo') `

Use logstash command from ELK stack.