After spending the weekend going through a rather excellent (I thought) video overview course on AngularJS, my head was spinning with the possibilities when it came to build
Short version: if you are testing and have configuration in settings.php you probably want to override the DrupalWebTestCase::refreshVariables() method.
Short version: if you are testing and have configuration in settings.php you probably want to override the DrupalWebTestCase::refreshVariables() method.
Many blog posts have outlined the benefits of using VMs (Virtual Machines) for local Drupal development instead of either using native PHP and Apache, o
Maintaining visual regression tests can be hard, but the more tests we write for our projects, the more we see the tremendous power it provides in terms of QA and monitoring our sites.