Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoologic committed Oct 6, 2023
1 parent f5428c6 commit da65685
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Test suite

```sh
# TODO: Update CONTRIBUTING
docker-compose up
docker run -it --rm -v $(pwd):/app zendesk_api_client_php-app bash
```
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ COPY composer.json composer.lock /app/
RUN composer install

COPY . /app
# RUN vendor/bin/phpunit --testsuite "Zendesk API Unit Test Suites"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This client **only** supports Zendesk's API v2. Please see our [API documentati

## Requirements

* TODO
* TODO: Update README
* PHP 5.5+

## Installation
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
- .:/app
- vendor:/app/vendor
command: vendor/bin/phpunit --testsuite "Zendesk API Unit Test Suites"
# command: vendor/bin/phpunit --debug --filter testCreateNeedsTicketId tests/Zendesk/API/UnitTests/Core/SatisfactionRatingsTest.php

volumes:
vendor:

0 comments on commit da65685

Please sign in to comment.