title |
description |
speakerdeck |
youtube |
tags |
has_tweets |
meta |
use |
events |
TDD - Test Driven Drupal |
How to write automated tests for Drupal, and how to create a new Drupal module using test driven development. |
|
|
drupalcamp |
simpletest |
phpunit |
testing |
|
true |
og |
title |
description |
type |
image |
TDD - Test Driven Drupal |
How to write tests and follow TDD for Drupal applications. |
website |
url |
width |
height |
type |
/images/talks/test-driven-drupal-development.png |
2560 |
1440 |
image/png |
|
|
|
|
event |
date |
time |
drupalcamp_london_17 |
2017-03-04 |
16:15 - 17:00 |
|
event |
date |
time |
drupalcamp_dublin_17 |
2017-10-21 |
12:00 - 12:40 |
|
event |
date |
drupal_bristol |
2017-11-22 |
|
event |
date |
drupal_somerset |
2018-06-14 |
|
event |
date |
time |
drupal_dev_days_18 |
2018-07-05 |
12:15 - 13:00 |
|
event |
date |
time |
drupalcamp_london_19 |
2019-03-02 |
14:00 - 14:45 |
|
|
{% block content %}
Testing is important. Why? It allows developers to add new features and edit and refactor existing code without the worry of adding regressions, reduces the reliance on manual testing to discover bugs, and by taking a test driven approach, your implementation code is leaner as you only write what is needed for your tests to pass.
Drupal 7 includes the SimpleTest module for unit and functional testing, whilst Drupal 8 also includes and supports PHPUnit - the defacto PHP testing framework, used by other PHP projects including Symfony and Laravel - making it easier for people to test their code. And with testing being one of the Drupal core gates with tests needing to be included with every new feature or bug fix, and core’s 100% pass rate policy, testing has become an essential skill when contributing to core, or when working on your own projects.
In this talk, we’ll cover the methodology and terminology involved with automated testing, and then take a test driven approach to creating a new Drupal module.
{% endblock %}
{% block tweets %}
{% include 'tweet' with {
class: 'w-full sm:w-1/2 lg:w-1/3 px-2 flex flex-col',
content: '
An informative session on #TDD #Drupal
"Test Driven Drupal Development with SimpleTest and PHPUnit - Oliver Davies"@opdavies Thanks ! :) https://t.co/xQNaq8e0zU
— जयदीप सिंह कण्डारी (@JayKandari)
December 9, 2017',
} %}
{% include 'tweet' with {
class: 'w-full sm:w-1/2 lg:w-1/3 px-2 flex flex-col',
content: '<p lang="en" dir="ltr">Really motivational and well delivered talk from <a href="https://twitter.com/opdavies?ref_src=twsrc%5Etfw">@opdavies</a> tonight. Structured brilliantly - I don't think anybody left not wanting to write tests! "Test Driven Drupal" 💧 <a href="https://twitter.com/hashtag/Drupal8?src=hash&ref_src=twsrc%5Etfw">#Drupal8</a> <a href="https://twitter.com/hashtag/testing?src=hash&ref_src=twsrc%5Etfw">#testing</a> <a href="https://twitter.com/hashtag/drupal?src=hash&ref_src=twsrc%5Etfw">#drupal</a> <a href="https://t.co/bvQf7WFwdy">pic.twitter.com/bvQf7WFwdy</a></p>— Drupal Somerset (@drupalsomerset) <a href="https://twitter.com/drupalsomerset/status/1007413440875565056?ref_src=twsrc%5Etfw">June 15, 2018</a>',
} %}
{% include 'tweet' with {
class: 'w-full sm:w-1/2 lg:w-1/3 px-2 flex flex-col',
content: '<p lang="en" dir="ltr">Terrible quality photo but the talk drove me to test and it's great so far, it's really helped give me peace of mind and helped me uncover a bug I wouldn't have otherwise :) so thank you 😁</p>— Tawny Bartlett (@littlepixiez) <a href="https://twitter.com/littlepixiez/status/1009189555600273409?ref_src=twsrc%5Etfw">June 19, 2018</a>',
} %}
{% endblock %}