Scaffolding
parent
a8c740d6
No related branches found
No related tags found
Showing
- .distignore 36 additions, 0 deletions.distignore
- .editorconfig 19 additions, 0 deletions.editorconfig
- .gitattributes 36 additions, 0 deletions.gitattributes
- .gitignore 9 additions, 0 deletions.gitignore
- .gitlab-ci.yml 97 additions, 0 deletions.gitlab-ci.yml
- .phpcs.xml.dist 49 additions, 0 deletions.phpcs.xml.dist
- Gruntfile.js 56 additions, 0 deletionsGruntfile.js
- bin/install-wp-tests.sh 155 additions, 0 deletionsbin/install-wp-tests.sh
- package.json 11 additions, 0 deletionspackage.json
- phpunit.xml.dist 16 additions, 0 deletionsphpunit.xml.dist
- readme.txt 34 additions, 0 deletionsreadme.txt
- tests/bootstrap.php 43 additions, 0 deletionstests/bootstrap.php
- tests/test-sample.php 20 additions, 0 deletionstests/test-sample.php
.distignore
0 → 100755
.editorconfig
0 → 100755
.gitattributes
0 → 100644
.gitignore
0 → 100755
.gitlab-ci.yml
0 → 100755
.phpcs.xml.dist
0 → 100644
Gruntfile.js
0 → 100755
bin/install-wp-tests.sh
0 → 100755
package.json
0 → 100755
{ | ||
"name": "wp-redis-user-session-storage", | ||
"version": "0.1.0", | ||
"main": "Gruntfile.js", | ||
"author": "Erick Hitter", | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-wp-i18n": "~0.5.0", | ||
"grunt-wp-readme-to-markdown": "~1.0.0" | ||
} | ||
} |
phpunit.xml.dist
0 → 100644
readme.txt
0 → 100644
tests/bootstrap.php
0 → 100755
tests/test-sample.php
0 → 100755
Please register or sign in to comment