From 6d8e6583c86d5e75f8ef7c9547b9ecc66b5105a1 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 10 Sep 2019 00:18:04 +0200 Subject: [PATCH] Fix instructions in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index af599ea6a..caf2c37dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,7 +16,7 @@ IMPORTANT: We applaud pull requests, they excite us every single time. As we hav **Confirmed** - [ ] Frontend changes: tested on a local Flarum installation. -- [ ] Backend changes: tests are green (run `php vendor/bin/phpunit`). +- [ ] Backend changes: tests are green (run `composer test`). **Required changes:**