Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open
LU Authorization
Commits
019ed044
Commit
019ed044
authored
Feb 22, 2022
by
Dainis Abols
Browse files
Frontend Authorization test
parent
6d01ff8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/Unit/FEAuthorizationTest.php
0 → 100644
View file @
019ed044
<?php
declare
(
strict_types
=
1
);
namespace
Lu\LuAuth\Tests\Unit
;
use
Vendor\MyExtension\Service\AbstractSomethingService
;
use
TYPO3\TestingFramework\Core\Unit\UnitTestCase
;
/**
* Tests for Frontend authorization
*
* @author Dainis Abols <dainis.abols@lu.lv>
* @owner University of Latvia
* @since 21.02.2022
*/
class
FEAuthorizationTest
extends
UnitTestCase
{
public
function
initTest
()
{}
public
function
getUserTest
()
{}
public
function
authUserTest
()
{}
private
function
syncSingleUserDataTest
()
{}
private
function
setLogoutTest
()
{}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment