Add other times

This commit is contained in:
Oliver Davies 2017-03-19 10:03:16 +00:00
parent 08e4515f12
commit 517972fa1f
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ slides:
embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
tags: [drupalcamp, simpletest, phpunit, testing]
events:
- { id: drupalcamp-london-17, date: '2017-03-04' }
- { id: drupalcamp-london-17, date: '2017-03-04', time: '16:15 - 17:00' }
---
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.