Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Make Codeception happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jul 20, 2020
1 parent 7a40852 commit 1ae6837
Show file tree
Hide file tree
Showing 17 changed files with 9,034 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/tests/*.suite.yml
/tests/_output/*
/tests/_support/_generated/
/wordpress/*

### Composer ###
/vendor/
Expand Down
16 changes: 15 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,29 @@
"src/pluggable.php"
]
},
"autoload-dev": {
"psr-4": {
"TypistTech\\WPPasswordArgonTwo\\": "tests/wpunit"
}
},
"scripts": {
"codecept": "codecept",
"pre-tag": [
"doctoc README.md"
],
"test": "echo 'No test for now'"
"test": "codecept run wpunit"
},
"config": {
"platform": {
"php": "7.4.0"
}
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"lucatume/wp-browser": "^2.6",
"codeception/module-db": "^1.0",
"roots/wordpress": "^5.4"
}
}
Loading

0 comments on commit 1ae6837

Please sign in to comment.