Report abuse

class TrueMock
{
    public function __call($method, $args)
    {
        return true;
    }
}