| LOW | app/AppKernel.php | 99 | public function registerContainerConfiguration(LoaderInterface $loader): void |
| LOW | app/AppKernel.php | 130 | private function triggerLegacyParametersDeprecationIfNeeded(): void |
| LOW | app/AppKernel.php | 139 | private function loadLegacyParametersIfPresent(LoaderInterface $loader): bool |
| LOW | app/AppKernel.php | 160 | private function defineLegacySimpleEnvFallbacks(ContainerBuilder $container): void |
| LOW | app/AppKernel.php | 223 | private function defineLegacyDatabaseUrlFallback(ContainerBuilder $container): void |
| LOW | app/AppKernel.php | 276 | private function normalizeLegacyDatabaseParameters(ContainerBuilder $container): array |
| LOW | app/AppKernel.php | 298 | private function defineLegacyRedisUrlFallback(ContainerBuilder $container): void |
| LOW | app/AppKernel.php | 337 | private function defineLegacyRabbitMqUrlFallback(ContainerBuilder $container): void |
| LOW | …t/Form/DataTransformer/StringToListTransformerTest.php | 13 | public function testTransformWithValidData($inputData, $expectedResult): void |
| LOW | …t/Form/DataTransformer/StringToListTransformerTest.php | 33 | public function testReverseTransformWithValidData($inputData, $expectedResult): void |
| LOW | tests/unit/HttpClient/AuthenticatorTest.php | 15 | public function testLoginIfRequiredNotRequired(): void |
| LOW | tests/unit/HttpClient/AuthenticatorTest.php | 40 | public function testLoginIfRequiredWithNotLoggedInUser(): void |
| LOW | tests/unit/HttpClient/AuthenticatorTest.php | 72 | public function testLoginIfRequestedNotRequired(): void |
| LOW | tests/unit/HttpClient/AuthenticatorTest.php | 106 | public function testLoginIfRequestedNotRequested(): void |
| LOW | tests/unit/HttpClient/AuthenticatorTest.php | 151 | public function testLoginIfRequestedRequested(): void |
| LOW | tests/unit/HttpClient/AuthenticatorTest.php | 199 | public function testLoginIfRequestedRedirect(): void |
| LOW | tests/unit/Tools/UtilsTest.php | 14 | public function testCorrectWordsCountForDifferentLanguages($filename, $text, $expectedCount): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 28 | public function testVoteReturnsAbstainForInvalidSubject(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 33 | public function testVoteReturnsAbstainForInvalidAttribute(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 38 | public function testVoteReturnsDeniedForUnauthenticatedView(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 45 | public function testVoteReturnsGrantedForUnauthorizedUserView(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 54 | public function testVoteReturnsGrantedForAuthorizedUserView(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 63 | public function testVoteReturnsDeniedForUnauthenticatedEdit(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 70 | public function testVoteReturnsGrantedForUnauthorizedUserEdit(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 79 | public function testVoteReturnsGrantedForAuthorizedUserEdit(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 88 | public function testVoteReturnsDeniedForUnauthenticatedDelete(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 95 | public function testVoteReturnsGrantedForUnauthorizedUserDelete(): void |
| LOW | tests/unit/Security/Voter/TagVoterTest.php | 104 | public function testVoteReturnsGrantedForAuthorizedUserDelete(): void |
| LOW | …t/Security/Voter/IgnoreOriginInstanceRuleVoterTest.php | 29 | public function testVoteReturnsAbstainForInvalidSubject(): void |
| LOW | …t/Security/Voter/IgnoreOriginInstanceRuleVoterTest.php | 34 | public function testVoteReturnsAbstainForInvalidAttribute(): void |
| LOW | …t/Security/Voter/IgnoreOriginInstanceRuleVoterTest.php | 39 | public function testVoteReturnsDeniedForNonSuperAdminEdit(): void |
| LOW | …t/Security/Voter/IgnoreOriginInstanceRuleVoterTest.php | 46 | public function testVoteReturnsGrantedForSuperAdminEdit(): void |
| LOW | …t/Security/Voter/IgnoreOriginInstanceRuleVoterTest.php | 53 | public function testVoteReturnsDeniedForNonSuperAdminDelete(): void |
| LOW | …t/Security/Voter/IgnoreOriginInstanceRuleVoterTest.php | 60 | public function testVoteReturnsGrantedForSuperAdminDelete(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 28 | public function testVoteReturnsAbstainForInvalidSubject(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 33 | public function testVoteReturnsAbstainForInvalidAttribute(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 38 | public function testVoteReturnsDeniedForNonSuperAdminEdit(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 45 | public function testVoteReturnsGrantedForSuperAdminEdit(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 52 | public function testVoteReturnsDeniedForSelfDelete(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 60 | public function testVoteReturnsDeniedForNonSuperAdminDelete(): void |
| LOW | tests/unit/Security/Voter/UserVoterTest.php | 67 | public function testVoteReturnsGrantedForSuperAdminDelete(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 25 | public function testVoteReturnsAbstainForInvalidSubject(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 30 | public function testVoteReturnsAbstainForInvalidAttribute(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 35 | public function testVoteReturnsDeniedForUnauthenticatedEdit(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 42 | public function testVoteReturnsDeniedForOtherUserEdit(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 55 | public function testVoteReturnsGrantedForTaggingRuleUserEdit(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 67 | public function testVoteReturnsDeniedForUnauthenticatedDelete(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 74 | public function testVoteReturnsDeniedForOtherUserDelete(): void |
| LOW | tests/unit/Security/Voter/TaggingRuleVoterTest.php | 87 | public function testVoteReturnsGrantedForTaggingRuleUserDelete(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 28 | public function testVoteReturnsAbstainForInvalidAttribute(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 33 | public function testVoteReturnsAbstainForInvalidSubject(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 38 | public function testVoteReturnsDeniedForInvalidUser(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 45 | public function testVoteReturnsDeniedForNonUserListEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 52 | public function testVoteReturnsGrantedForUserListEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 59 | public function testVoteReturnsDeniedForNonUserCreateEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 66 | public function testVoteReturnsGrantedForUserCreateEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 73 | public function testVoteReturnsDeniedForNonUserEditEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 80 | public function testVoteReturnsGrantedForUserEditEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 87 | public function testVoteReturnsDeniedForNonUserExportEntries(): void |
| LOW | tests/unit/Security/Voter/MainVoterTest.php | 94 | public function testVoteReturnsGrantedForUserExportEntries(): void |
| 430 more matches not shown… |