-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try new composer folder for tests (#1)
* testing bad phpcs with new /tests/ folder for composer * finalize new composer setup * version bump and fix meta data * moving test ruleset into .tests folder
- Loading branch information
Showing
8 changed files
with
47 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"config": { | ||
"bin-dir": "bin", | ||
"vendor-dir": "vendor" | ||
}, | ||
"require-dev": { | ||
"wp-coding-standards/wpcs": "^1" | ||
}, | ||
"scripts": { | ||
"test": "./bin/phpcs -s --standard=codesniffer.ruleset.xml --extensions='php,css' ../", | ||
"fix": "./bin/phpcbf --standard=codesniffer.ruleset.xml --extensions='php,css' ../" | ||
} | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "sm-dashboard-pages-navigator-tree", | ||
"description": "TODO", | ||
"description": "Dashboard Pages Navigator Tree plus extras!", | ||
"type": "wordpress-plugin", | ||
"keywords": [ | ||
"wordpress", | ||
"site-options", | ||
|
@@ -12,15 +13,20 @@ | |
"authors": [ | ||
{ | ||
"name": "WordPress Phoenix", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/WordPress-Phoenix/sm-dashboard-pages-navigator-tree", | ||
"role": "Developer" | ||
} | ||
"homepage": "https://github.com/WordPress-Phoenix", | ||
"role": "Group" | ||
}, | ||
{ | ||
"name": "Seth Carstens", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/scarstens", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"WordPress-Phoenix/abstract-plugin-base": "^2.6" | ||
}, | ||
"config": { | ||
"vendor-dir": "lib" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters