Cartoon avatar of Charles Sprayberry
cspray.io

Showing 3 posts tagged

Introducing AsyncUnit

async-php testing

I ran into some problems creating an integration test in an Amp powered application that needed to establish a connection to a database. Not finding a suitable solution with PHPUnit or existing testing frameworks I started writing my own with first-class support for asynchronous PHP.