Brain-WP / BrainMonkey

Mocking utility for PHP functions and WordPress plugin API
https://giuseppe-mazzapica.gitbook.io/brain-monkey/
MIT License
304 stars 29 forks source link

Stub _n_noop, _nx_noop, translate_nooped_plural #131

Closed gmazzap closed 1 year ago

gmazzap commented 1 year ago

Stub for _n_noop(), _nx_noop(), and translate_nooped_plural() were missing in stubTranslationFunctions()

See #51

paulshryock commented 1 year ago

I added PR #133 which adds tests into this branch, to unblock this PR.

paulshryock commented 1 year ago

@gmazzap let me know if PR #133 needs anything else to be merged into this branch.

gmazzap commented 1 year ago

Thanks, @jrfnl for the review. Thanks @paulshryock for the PR.

I think this is good to go now.