check() public method

{@inheritDoc}
public check ( Cartalyst\Sentinel\Users\UserInterface $user )
$user Cartalyst\Sentinel\Users\UserInterface
 public function testCheck()
 {
     $checkpoint = new ThrottleCheckpoint($throttle = m::mock('Cartalyst\\Sentinel\\Throttling\\IlluminateThrottleRepository'));
     $checkpoint->check(m::mock('Cartalyst\\Sentinel\\Users\\EloquentUser'));
 }