Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,24 @@ neo4j:
password: '%neo4j.backup-pass%'
```

## Testing
### Code Quality

``` bash
$ composer test
Check code style:

```bash
$ composer check-cs
```

Fix code style issues:

```bash
$ composer fix-cs
```

Run static analysis:

```bash
$ composer psalm
```

## Example application
Expand Down