We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I'm using the WPCLI module and when I call cliToArray I'm getting the exception:
[PHPUnit_Framework_Exception] preg_match() expects parameter 2 to be string, array given
With following stactrace:
#1 Codeception\Subscriber\ErrorHandler->errorHandler #2 /home/user/.config/composer/vendor/lucatume/wp-browser/src/Codeception/Module/WPCLI.php:237 #3 Codeception\Module\WPCLI->cliToArray #4 /var/www/wp/wp-content/plugins/some-plugin/tests/_support/_generated/AcceptanceTesterActions.php:3181 #5 /var/www/wp/wp-content/plugins/some-plugin/tests/acceptance/AdminPluginListCest.php:15 #6 AdminPluginListCest->tryToActivatePlugin #7 /home/user/.config/composer/vendor/lucatume/wp-browser/wpcept:52
I'm using wp-browser version 1.19.3.
The text was updated successfully, but these errors were encountered:
This is definitely a bug, will look into that; thanks for opening the issue.
Sorry, something went wrong.
3198317
No branches or pull requests
Hey,
I'm using the WPCLI module and when I call cliToArray I'm getting the exception:
With following stactrace:
I'm using wp-browser version 1.19.3.
The text was updated successfully, but these errors were encountered: