Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 366 Bytes

Installation

composer install

Running Tests

# Phpsepc
./vendor/bin/phpspec run

# Behat

./vendor/bin/behat 
Not covered things
  • expiry logic for the token (check and regenerate token if its expired)
  • http or controller logic to access the endpoints
  • delete endpoint test (I am not sure how it should work within this test)