for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class ClientTestCest
{
public function _before(UnitTester $I)
}
public function _after(UnitTester $I)
// tests
public function tryToTest(UnitTester $I)