for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Imanghafoori\MakeSure;
class About
{
public function about($phpunit) : HttpClient
return new HttpClient($phpunit);
}