for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Er1z\FakeMock\Decorator\AssertDecorator;
class LessThan extends LessThanOrEqual
{
protected function useTrailer()
return true;
}