Skip to content

Commit

Permalink
Formatierung korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 14, 2016
1 parent 7fb040e commit bd838ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/api/api_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ Um Bugs oder Features zu testen, solltest du die Änderungen lokal testet. Dazu
curl http://getcomposer.org/installer | php
php composer.phar install
```

4. Installiere die NPM-Abhängigkeiten und starte den Drakov Mock-Server:

```
npm install
./node_modules/drakov/drakov -f ./apiary.apib -p 3000
```

5. Teste deine API mit ```vendor/bin/behat --suite=develop```. Wenn die Tests erfolgreich durchlaufen, dann ist alles richtig installiert.

### Änderungen
Expand Down

0 comments on commit bd838ed

Please sign in to comment.