Symfony-style InMemory Repository for TYPO3.Flow
Some time ago I worked on a Symfony Project at the office where we used a Webservice to fetch all the required data. We used Repositories, that call the web service and return the data. For our set of functional tests we used inMemory Repositories to get some data back from the application, without calling the […]