Scheb\TwoFactorBundle\Tests\Security\TwoFactor\Provider\Google\Validation\GoogleCodeValidatorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->authenticator = $this->createMock('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator');
        $this->validator = new GoogleCodeValidator($this->authenticator);
    }