Writing tests for Backdrop
Testing is an important part of the development process for Backdrop. Every new feature added to core needs to have a test to make sure that it does not get accidentally broken by changes in the future.
In this session, I will be going over the basics of how Backdrop's testing framework, Simpletest, operates and how to make a basic test for your own code. After that, we can go over any questions you may have or discuss problems people have run into in the past.
- Read more about Writing tests for Backdrop
- Log in or register to post comments