Sometimes, you have a perfectly working TYPO3 website. Then you install a new extension and then BOOM !!!! everything breaks. Sometimes, you can't even access the backend anymore. So how do you recover your website? You have to deactivate the extension you just installed which caused this error. Since you cannot access the backend, you... Continue Reading →
How to write tests for database/repository methods in your TYPO3 extensions
These kind of tests can be done by Functional Testing. Functional tests are written to validate the functional requirements or use cases of a software system or component. In this article, I will show you how to setup and write working functional tests for your TYPO3 extension. To read more about testing in TYPO3, check... Continue Reading →