Skip to content

Commit

Permalink
add old unit tests base
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCramer committed Oct 13, 2020
1 parent ff97bf5 commit c93532b
Show file tree
Hide file tree
Showing 2,340 changed files with 1,124,842 additions and 470 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"require-dev": {
"wp-coding-standards/wpcs": "^2.3",
"automattic/vipwpcs": "^2.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2"
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"phpunit/phpunit": "^5.0",
"roots/wordpress": "^5.0",
"wp-phpunit/wp-phpunit": "^5.0"
},
"config": {
"platform": {
Expand All @@ -20,6 +23,7 @@
],
"lint-fix": [
"phpcbf"
]
],
"test": "phpunit"
}
}
280 changes: 0 additions & 280 deletions composer.lock

This file was deleted.

Loading

0 comments on commit c93532b

Please sign in to comment.