Slide 16
Slide 16 text
Changes in the core in order to make it more
“testeable”: Wrap $_ superglobals in more semantic
objects suchas request and response
Bootstrap test file is a mess due to all those F***
super global constants: DON’T USE CONSTANTS
OR SINGLETONS, USE DEPENDENCY INJECTION
Setup a test database (easy but don’t forget to use
MyISAM as the database engine)
We had to refactor the codebase in
order to:
16
Friday, March 30, 12