Changed favourite to promoted

This commit is contained in:
Oliver Davies 2019-01-15 21:45:34 +00:00
parent 0edf727eb5
commit ef58c7a82e
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ tags:
- phpstorm
- phpunit
- testing
favourite: true
promoted: true
---
Ive recently re-watched [A Clean PHPUnit Workflow in PHPStorm][0] on [Laracasts][1], where Jeffrey configures PhpStorm to run tests from within the IDE. With Drupal 8 using PHPUnit too, I decided to try and do the same with a local D8 site.