You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying tests/phpunit/test-uninstall.php...
Please enter the prefix that your plugin uses in the database (ex. my_plugin):
wp_
sed: can't read s/myplugin/wp_/: No such file or directory
Please use sed with every parameter (note the -e):
sed -i '' -e "s/myplugin/$prefix/" tests/phpunit/test-uninstall.php
Guessing like sed -i 's/foo/bar/' baz.php differs form OS to OS too much.
The text was updated successfully, but these errors were encountered:
Seems like you are in macOS
Please use sed with every parameter (note the
-e
):Guessing like
sed -i 's/foo/bar/' baz.php
differs form OS to OS too much.The text was updated successfully, but these errors were encountered: