Move slugs into filenames

This commit is contained in:
Oliver Davies 2018-10-21 00:30:07 +01:00
parent 6a71544b4d
commit 120e7b8748
69 changed files with 1 additions and 69 deletions

View file

@ -7,7 +7,6 @@ tags:
- phpstorm
- phpunit
- testing
slug: running-phpunit-tests-docksal-phpstorm
---
{% block excerpt %}
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.