Tag: unittesting

Debugging database changes while testing

I love to use xdebug and I also love coding with unit tests. It saves me a lot of time clicking around in the backend.
Read more about 'Debugging database changes while testing'...

LogicException: getItemPath returned null for ClassName

When writing unit tests, sometimes you have a hard time to get them working. Today the error "LogicException: getItemPath returned null for ClassName" drove me crazy, but I found a solution.
Read more about 'LogicException: getItemPath returned null for ClassName'...

How to speed up unit tests using sqlite

Running unit tests might be dead slow if you're using mysql for it, cause for every test a new DB is set up and destroyed afterwards.
Read more about 'How to speed up unit tests using sqlite'...
RSS feed for this blog