Revert "Move slugs into filenames"

This reverts commit 1baf0b454a.
This commit is contained in:
Oliver Davies 2018-10-21 00:04:05 +01:00
parent 1baf0b454a
commit e5abda2ee0
68 changed files with 68 additions and 0 deletions

View file

@ -7,6 +7,7 @@ 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.