diff --git a/source/_talks/tdd-test-driven-drupal.md b/source/_talks/tdd-test-driven-drupal.md index fe0e8735..1fe10d54 100644 --- a/source/_talks/tdd-test-driven-drupal.md +++ b/source/_talks/tdd-test-driven-drupal.md @@ -44,19 +44,21 @@ In this talk, we’ll cover the methodology and terminology involved with automa {% 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: '

Really motivational and well delivered talk from @opdavies tonight. Structured brilliantly - I don't think anybody left not wanting to write tests! "Test Driven Drupal" 💧 #Drupal8 #testing #drupal pic.twitter.com/bvQf7WFwdy

— Drupal Somerset (@drupalsomerset) June 15, 2018', - } %} - - {% include 'tweet' with { - class: 'w-full sm:w-1/2 lg:w-1/3 px-2 flex flex-col', - content: '

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 😁

— Tawny Bartlett (@littlepixiez) June 19, 2018', - } %} +
+ {% include 'tweet' with { + 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 { + content: '

Really motivational and well delivered talk from @opdavies tonight. Structured brilliantly - I don't think anybody left not wanting to write tests! "Test Driven Drupal" 💧 #Drupal8 #testing #drupal pic.twitter.com/bvQf7WFwdy

— Drupal Somerset (@drupalsomerset) June 15, 2018', + } %} +
+
+ {% include 'tweet' with { + content: '

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 😁

— Tawny Bartlett (@littlepixiez) June 19, 2018', + no_parent: true, + } %} +
{% endblock %}