mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -30,9 +30,9 @@ use function array_map;
|
||||
*/
|
||||
class AuthorizationHelperTest extends KernelTestCase
|
||||
{
|
||||
use PrepareUserTrait;
|
||||
use PrepareCenterTrait;
|
||||
use PrepareScopeTrait;
|
||||
use PrepareUserTrait;
|
||||
use ProphecyTrait;
|
||||
|
||||
public function setUp()
|
||||
@@ -247,8 +247,7 @@ class AuthorizationHelperTest extends KernelTestCase
|
||||
Role $role,
|
||||
Center $center,
|
||||
$message
|
||||
)
|
||||
{
|
||||
) {
|
||||
$reachableScopes = $this->getAuthorizationHelper()
|
||||
->getReachableScopes($user, $role, $center);
|
||||
|
||||
|
Reference in New Issue
Block a user