Skip to content

Commit

Permalink
Merge branch 'release/v1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbodavid committed Sep 3, 2020
2 parents 3b38820 + 74d9d23 commit 64893a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `simple-recaptcha-v3` will be documented in this file

## 1.2.2 - 2020-09-03

### Updates
- Improve PHPUnit fixture methods [07068e8](https://github.com/torralbodavid/simple-recaptcha-v3/commit/07068e8c4803b5aba279c77925e59cb052f8feae)

## 1.2.0 - 2020-06-01

### Features
Expand Down
2 changes: 1 addition & 1 deletion tests/RuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class RuleTest extends TestCase
{
public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/SnippetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class SnippetsTest extends TestCase
{
public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class TestCase extends BaseTestCase
{
public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 64893a0

Please sign in to comment.