Loading core/phpcs.xml.dist +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ <rule ref="Drupal.Commenting.ClassComment.Missing"> <include-pattern>*/Functional/*</include-pattern> <include-pattern>*/tests/modules/*</include-pattern> <include-pattern>./core/tests/Drupal/Tests/Core/*</include-pattern> </rule> <rule ref="Drupal.Commenting.DataTypeNamespace"/> <rule ref="Drupal.Commenting.Deprecated"/> Loading core/tests/Drupal/Tests/Core/Access/AccessResultTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -973,6 +973,9 @@ public static function providerTestAllowedIfHasPermissions() { } /** * Stub class for testing AccessResult. */ class UncacheableTestAccessResult implements AccessResultInterface { /** Loading core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,9 @@ public function testAccessException(): void { } /** * Controller for testing custom access. */ class TestController { public function accessAllow() { Loading core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,9 @@ public function testJsAssetsOrder(): void { define('JS_DEFAULT', 0); } /** * Stub class with memory cache implementation for testing. */ class TestMemoryBackend extends MemoryBackend { public function getAllCids() { Loading core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -55,4 +55,7 @@ public function testInvalidateTags(): void { } /** * Test interface for testing the cache tags validator. */ interface InvalidatingCacheBackendInterface extends CacheTagsInvalidatorInterface, CacheBackendInterface {} Loading
core/phpcs.xml.dist +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ <rule ref="Drupal.Commenting.ClassComment.Missing"> <include-pattern>*/Functional/*</include-pattern> <include-pattern>*/tests/modules/*</include-pattern> <include-pattern>./core/tests/Drupal/Tests/Core/*</include-pattern> </rule> <rule ref="Drupal.Commenting.DataTypeNamespace"/> <rule ref="Drupal.Commenting.Deprecated"/> Loading
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -973,6 +973,9 @@ public static function providerTestAllowedIfHasPermissions() { } /** * Stub class for testing AccessResult. */ class UncacheableTestAccessResult implements AccessResultInterface { /** Loading
core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,9 @@ public function testAccessException(): void { } /** * Controller for testing custom access. */ class TestController { public function accessAllow() { Loading
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,9 @@ public function testJsAssetsOrder(): void { define('JS_DEFAULT', 0); } /** * Stub class with memory cache implementation for testing. */ class TestMemoryBackend extends MemoryBackend { public function getAllCids() { Loading
core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -55,4 +55,7 @@ public function testInvalidateTags(): void { } /** * Test interface for testing the cache tags validator. */ interface InvalidatingCacheBackendInterface extends CacheTagsInvalidatorInterface, CacheBackendInterface {}