PF4Public

Results 531 comments of PF4Public

I can confirm, that version 1.7 works again.

Suddenly, contacts are back online again :)

>Maybe the server is doing A/B testing... Quite possible. My contacts reappeared recently and are still online...

I didn't do anything special for them to reappear, but should I do a call via Skype application, they disappeared again altogether. Weird...

Have you attempted making it portable on your own? What did work, what did not?

At the very least we expect people to attempt doing something on their own before we could help further.

It could be a cheome_plus issue then.

@lmasforne Yep, that error. In one of my test I'm testing user creation. For that I need one user, who is creating new user account, second user, who tests the...

I don't get it, can you please elaborate on how do I test user creation with only one client?

@lmasforne thanks for clarifications. > You can do with one client to test your user creation for example > > ``` > $client = static::createClient(); > $client->request('POST', 'url-to-create-user'); > $this->assertEquals(Response::HTTP_CREATED,...