mirror of
https://github.com/elyby/accounts.git
synced 2026-04-27 01:32:47 +05:30
Update ely/php-code-style and run updated CS fixer
This commit is contained in:
@@ -15,7 +15,7 @@ use Yii;
|
||||
class RepeatAccountActivationFormTest extends TestCase {
|
||||
use Specify;
|
||||
|
||||
public function setUp() {
|
||||
protected function setUp() {
|
||||
parent::setUp();
|
||||
Yii::$container->set(ReCaptchaValidator::class, new class(mock(ClientInterface::class)) extends ReCaptchaValidator {
|
||||
public function validateValue($value) {
|
||||
|
||||
Reference in New Issue
Block a user