Skip to content

Commit

Permalink
Switch to PHPUnit v6+ and add basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 4, 2019
1 parent cff1bb6 commit 1c8298d
Show file tree
Hide file tree
Showing 17 changed files with 212 additions and 1,576 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
vendor/
composer.lock
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "brightnucleus/shortcodes",
"description": "Config-driven WordPress shortcodes.",
"require-dev": {
"phpunit/phpunit": "~4",
"squizlabs/php_codesniffer": "~2.5",
"wp-coding-standards/wpcs": "dev-master"
},
"license": "MIT",
"authors": [
{
Expand All @@ -21,6 +16,9 @@
"gamajo/template-loader": ">=1.2",
"brightnucleus/invoker": ">=0.2.0"
},
"require-dev": {
"phpunit/phpunit": "~6"
},
"autoload": {
"psr-4": {
"BrightNucleus\\Shortcode\\": "src/"
Expand Down
Loading

0 comments on commit 1c8298d

Please sign in to comment.