Move slugs into filenames

This commit is contained in:
Oliver Davies 2018-10-20 23:41:16 +01:00
parent 17074049d9
commit 1baf0b454a
68 changed files with 0 additions and 68 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.