oliverdavies.uk/source/_pages/drupal-testing.md

3 KiB

title drupal_versions prices early next_date testimonials
Introduction to Automated Testing and Test-Driven Development with Drupal
9
early full
395.00 495.00
true 2022-04-04
name image text
Scott Euser, Head of Web Development /images/scott-euser.jpg Oliver really knows his stuff. Whether you are just starting out or looking to take your knowledge to the next level, his patient and clear way of explaining will help get you there.

Are you a Drupal Developer who wants to learn about automated testing and test-driven development, or do you manage a development team that you'd like to train?

I've delivered large Drupal projects using automated tests and test-driven development for custom functionality, and maintain Drupal modules with thousands of installations whilst using their tests to ensure working code and prevent regressions.

I offer an interactive full-day workshop (previously presented at DrupalCamp London, and remotely for DrupalCamp NYC) that provides an introduction to automated testing in Drupal and how to utilise test-driven development - which I've updated specifically for Drupal {{ page.drupal_versions|join(' and ') }}.

Contents

  • What is automated testing, and why write tests?
  • What types of tests are available in Drupal?
  • Outside-in vs. inside-out testing.
  • Configuring Drupal and PHPUnit to run tests locally.
  • Exercise: writing tests for existing Drupal core functionality.
  • Exercise: adding tests to an existing custom module.
  • What is test-driven development?
  • Exercise: writing a new Drupal module from scratch with test-driven development.
  • Q&A

{% include "horizontal-rule" %}

Dates and prices

The workshop is currently only available remotely, and the next available date is {{ page.next_date|date('jS F Y') }}.

Seats are available at {% if page.early %}an early bird price of £{{ page.prices.early }}{% else %}£{{ page.prices.full }}{% endif %}, with a 10% discount for bulk orders of 5 or more seats.

{% embed 'link-button' with { arrow: true, href: 'https://buy.stripe.com/6oE3cW4Su7DA1t6144', size: 'normal', } only %} {% block text 'Book your seat' %} {% endembed %}

{% include "horizontal-rule" %}

Testimonials

{% for testimonial in page.testimonials %}

{{ testimonial.text }}
{{ testimonial.name }}
{% endfor %}

{% include 'about-author' with { avatar: site.avatar, work: site.work, } only %}