-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add readme for tests. #16
Conversation
OGKevin
commented
Aug 4, 2017
- Renamed test to tests.
- Changed some abbreviations.
- Added readme for tests.
- Added reference in main readme.
tests/README.md
Outdated
|
||
``` | ||
vendor/phpunit/phpunit/phpunit test | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra new line 👀
Need to re-add the JSON parser test 🙄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments
@@ -31,7 +31,7 @@ | |||
}, | |||
"autoload-dev": { | |||
"psr-4": { | |||
"bunq\\test\\": "test/" | |||
"bunq\\test\\": "tests/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, if tests are moving from test
to tests
, please also update the test configuration (phpunit.xml
) :P
Yes, I fixed it in another MR... :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😁
tests/README.md
Outdated
@@ -0,0 +1,52 @@ | |||
# bunq PHP SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be add "tests" here?
tests/README.md
Outdated
@@ -0,0 +1,52 @@ | |||
# bunq PHP SDK | |||
Version 0.9.0 **BETA** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can go, as we've discussed :)
README.md
Outdated
@@ -1,6 +1,5 @@ | |||
# bunq PHP SDK | |||
Version 0.9.0 **BETA** | |||
|
|||
gs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is gs? :D
README.md
Outdated
@@ -1,6 +1,5 @@ | |||
# bunq PHP SDK | |||
Version 0.9.0 **BETA** | |||
|
|||
gs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gs?
Tests passing @dnl-blkv 🎊 |