Build.
This commit is contained in:
parent
0692d8ff00
commit
47e2ffcfda
247 changed files with 409 additions and 383 deletions
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Turning Your Custom Drupal Module into a Feature</h1>
|
||||
|
||||
<p class="posted">20th May 2017</p>
|
||||
<p class="posted text-light">20th May 2017</p>
|
||||
|
||||
<p>Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue