Automattic / wordbless

WorDBless allows you to use WordPress core functions in your PHPUnit tests without having to set up a database and the whole WordPress environment
Other
130 stars 6 forks source link

add support for Users #33

Closed leogermani closed 3 years ago

leogermani commented 3 years ago

This PR adds support for users functions :)

Here is a non-exaustive list of functions supported:

Test instructions

szepeviktor commented 3 years ago

Needs another PR...

szepeviktor commented 3 years ago

Now what? How to press that Merge button?

leogermani commented 3 years ago

Now what? How to press that Merge button?

I'm working on real tests using this here -> https://github.com/Automattic/jetpack/pull/17832

Let me experiment more with this and I'll probably find issues, as I already did