Bluz\Tests\Validator\Rule\CountryCodeTest::setUp PHP Method

setUp() protected method

Setup validator instance
protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->validator = new CountryCode();
    }