Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
joanrodas committed Mar 31, 2022
1 parent 57627a7 commit 3ca6f65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
},
"scripts": {
"post-create-project-cmd": [
"sed -i -e \"s/plugin-placeholder/${PWD##*/}/g\" plugin-placeholder.php"
],
"test": [
"find ./ -type f -name \"*.php\" | xargs sed -i \"s/plugin-placeholder/${PWD##*/}/g\"",
"find ./ -type f -name \"*.php\" | xargs sed -i \"s/PLUGIN_PLACEHOLDER/$(tr '[a-z]' '[A-Z]' <<< ${PWD##*/})/g\"",
"find ./ -type f -name \"*.php\" | xargs sed -i \"s/PluginPlaceholder/$(awk 'BEGIN{FS=\"\";RS=\"-\";ORS=\"\"} {$0=toupper(substr($0,1,1)) substr($0,2)} 1' <<< ${PWD##*/})/g\"",
Expand Down

0 comments on commit 3ca6f65

Please sign in to comment.