Start Unit Testing Your Code Today home slide

Start Unit Testing Your Code Today

Albert Albala

Dcycle

@alberto56

This presentation is at
github.com/alberto56/presentation-unit-test

1. Let's look at some non-testable code

All examples are documented in
blog.dcycle.com/unit

Numbers are to tags in
github.com/dcycle/unit-test-tutorial

2. First step to unit testing:
DevOps and CI

3. Unit Tests do not have access to a full environment

4. Our first working test!

5. Data providers

6. Procedural code and static methods are not really that testable

7. Split Monster Functions

8 and 9. Mocking

10. Anonymous classes

11 and 12. Testing protected methods require Reflection

13. PHP Traits

14. The Drupal testbot

How about Javascript?

A quick look at unit testing Javascript with AVA

Start Unit Testing Your Code Today

Albert Albala

Dcycle

@alberto56

This presentation is at
github.com/alberto56/presentation-unit-test

Come see me with your issues!