Remove redirect bundle redirects for talks

This commit is contained in:
Oliver Davies 2017-09-11 20:47:19 +01:00
parent 4eb943537e
commit 1609649ce0
17 changed files with 0 additions and 45 deletions

View file

@ -18,8 +18,6 @@ meta:
width: 2560
height: 1440
type: image/png
redirect:
- /talks/test-driven-drupal-development-with-simpletest-and-phpunit/
use: [talks]
---
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.