Quantcast
Channel: Tut7 » Testing
Viewing all articles
Browse latest Browse all 16

Parallel Testing for PHPUnit with ParaTest

$
0
0
PHPUnit has hinted at parallelism since 2007, but, in the meantime, our tests continue to run slowly. Time is money, right? ParaTest is a tool that sits on top of PHPUnit and allows you to run tests in parallel without the use of extensions. This is an ideal candidate for functional (i.e Selenium) tests and [...]

Viewing all articles
Browse latest Browse all 16

Trending Articles