Skip to content

Commit

Permalink
Fix commands in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aledeg committed Jun 27, 2023
1 parent 0e640ca commit 2946270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You need to retrieve the test framework and generate the classmap before running

This is done by running the following command:
```
docker-compose composer install
docker-compose run composer install
```

## Running the test suites
Expand All @@ -33,5 +33,5 @@ docker-compose run phpunit --testsuite canary
If the test suites complain about missing classes, it's probably a symptom of an outdated classmap.
To resolve that issue, run the following command:
```
docker-compose composer dump-autoload
docker-compose run composer dump-autoload
```
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Reddit Image",
"author": "Alexis Degrugillier",
"description": "Modify reddit entries by displaying known medias and easing access to the linked resource",
"version": "1.1.0",
"version": "1.1.1",
"entrypoint": "RedditImage",
"type": "user"
}

0 comments on commit 2946270

Please sign in to comment.