Skip to content

Commit

Permalink
Cleanup test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 5, 2024
1 parent 39a04a8 commit e18abeb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/TestCase/Auth/MultiColumnAuthenticateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
use Cake\TestSuite\TestCase;
use TinyAuth\Auth\MultiColumnAuthenticate;

/**
* Test case for TinyAuth Authentication
*/
class MultiColumnAuthenticateTest extends TestCase {

/**
Expand All @@ -22,11 +19,9 @@ class MultiColumnAuthenticateTest extends TestCase {
];

/**
* Test applying config in the constructor
*
* @return void
*/
public function testGetUser() {
public function testAuthenticate() {
$request = new ServerRequest();
$request = $request->withData('login', 'dereuromark');
$request = $request->withData('password', '123');
Expand Down

0 comments on commit e18abeb

Please sign in to comment.