I am currently performing unit tests on my code (using PHPUnit and Jenkins) but I have read a lot about integration testing.
Are there any tools to perform this in php (preferably automated)?
How would I go about implementing it? Are there any good tutorials anywhere?