Show me the tests!
Writing Automated Tests for Drupal
DEV TRACK | LEE ROWLANDS | FEBRUARY 8 2013
Show me the tests! Writing Automated Tests for Drupal Me Lee - - PowerPoint PPT Presentation
DEV TRACK | LEE ROWLANDS | FEBRUARY 8 2013 Show me the tests! Writing Automated Tests for Drupal Me Lee Rowlands - @larowlan Senior Drupal Developer with PreviousNext Working with Drupal 4+ years Maintainer of 35+ contrib
DEV TRACK | LEE ROWLANDS | FEBRUARY 8 2013
01
02
03
04
05
http://geek-and-poke.com/2012/09/simply-explained-tdd.html
05
functions-and-staying-sane
http://sydney2013.drupal.org/configuration-management-drupal-7 (Highly recommended)
754
branching-model/
1231
10
9
13
14
15
16
17
18
unlikely to change from time to time.
etc)
assertOptionSelected(),
19
20
21
$image = current($this->drupalGetTestFiles('image'));
drupal_realpath($image) as the submitted value
22
23
24
/** * Fake enables a module for the purpose of a unit test. */ protected function enableModule($name) { $modules = module_list(); $modules[$name] = $name; module_list(TRUE, FALSE, FALSE, $modules); }
25
26
27
28
http://drupal.org/project/issues/search/drupal?issue_tags=Needs+tests
29
30
31
//midwest-developer-summit.com/sessions/automated-testing-drupal`