for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hanneskod\readmetester\Expectation\ReturnObj;
/**
* Represents a successfully evaluated expectation
*/
class Success extends ReturnObj
{
public function isSuccess()
return true;
}