Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 20, 2023
1 parent d0dbbcf commit 03d51b1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Laminas\Diactoros\Uri;
use League\OAuth2\Client\Provider\FacebookUser;

class LinkSocialTrait extends BaseTrait
class LinkSocialTraitTest extends BaseTrait
{
/**
* Fixtures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
use CakeDC\Users\Authenticator\SocialAuthenticator;
use CakeDC\Users\Controller\Component\LoginComponent;

class LoginTrait extends BaseTrait
class LoginTraitTest extends BaseTrait
{
/**
* setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Cake\ORM\TableRegistry;
use CakeDC\Auth\Controller\Component\OneTimePasswordAuthenticatorComponent;

class OneTimePasswordVerifyTrait extends BaseTrait
class OneTimePasswordVerifyTraitTest extends BaseTrait
{
protected array $loginPage = [
'plugin' => 'CakeDC/Users',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Cake\Http\ServerRequest;
use Cake\TestSuite\TestCase;

class PasswordManagementTrait extends BaseTrait
class PasswordManagementTraitTest extends BaseTrait
{
/**
* @var \CakeDC\Users\Controller\UsersController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @property \CakeDC\Users\Controller\Traits\ProfileTrait&\PHPUnit\Framework\MockObject\MockObject $Trait
*/
class ProfileTrait extends BaseTrait
class ProfileTraitTest extends BaseTrait
{
/**
* Fixtures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Cake\Http\ServerRequest;
use Cake\Routing\Router;

class RegisterTrait extends BaseTrait
class RegisterTraitTest extends BaseTrait
{
/**
* setUp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @package CakeDC\Users\Test\TestCase\Controller\Traits
* @property \CakeDC\Users\Controller\Traits\SimpleCrudTrait&\PHPUnit\Framework\MockObject\MockObject $Trait
*/
class SimpleCrudTrait extends BaseTrait
class SimpleCrudTraitTest extends BaseTrait
{
public $viewVars;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use CakeDC\Users\Authenticator\SocialAuthenticator;
use CakeDC\Users\Controller\Component\LoginComponent;

class SocialTrait extends BaseTrait
class SocialTraitTest extends BaseTrait
{
/**
* Fixtures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use Cake\Event\Event;

class UserValidationTrait extends BaseTrait
class UserValidationTraitTest extends BaseTrait
{
/**
* @var \CakeDC\Users\Controller\UsersController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
* @package App\Test\TestCase\Controller\Traits
*/
class Webauthn2FaTrait extends BaseTrait
class Webauthn2FaTraitTest extends BaseTrait
{
/**
* Fixtures
Expand Down

0 comments on commit 03d51b1

Please sign in to comment.