Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
2f09ecf6
Verified
Commit
2f09ecf6
authored
6 days ago
by
Dave Long
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3502427
by alexpott, smustgrave: Fix references to Drupal\Tests\KernelTestBase
(cherry picked from commit
9fab2393
)
parent
dc21e654
No related branches found
No related tags found
No related merge requests found
Pipeline
#408121
canceled
5 days ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Changes
1
Pipelines
46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/tests/Drupal/KernelTests/KernelTestBase.php
+9
-9
9 additions, 9 deletions
core/tests/Drupal/KernelTests/KernelTestBase.php
with
9 additions
and
9 deletions
core/tests/Drupal/KernelTests/KernelTestBase.php
+
9
−
9
View file @
2f09ecf6
...
...
@@ -83,11 +83,11 @@
* Using Symfony's dump() function in Kernel tests will produce output on the
* command line, whether the call to dump() is in test code or site code.
*
* @see \Drupal\Tests\KernelTestBase::$modules
* @see \Drupal\Tests\KernelTestBase::enableModules()
* @see \Drupal\Tests\KernelTestBase::installConfig()
* @see \Drupal\Tests\KernelTestBase::installEntitySchema()
* @see \Drupal\Tests\KernelTestBase::installSchema()
* @see \Drupal\
Kernel
Tests\KernelTestBase::$modules
* @see \Drupal\
Kernel
Tests\KernelTestBase::enableModules()
* @see \Drupal\
Kernel
Tests\KernelTestBase::installConfig()
* @see \Drupal\
Kernel
Tests\KernelTestBase::installEntitySchema()
* @see \Drupal\
Kernel
Tests\KernelTestBase::installSchema()
* @see \Drupal\Tests\BrowserTestBase
*
* @ingroup testing
...
...
@@ -166,8 +166,8 @@ public function __construct(string $name) {
*
* @var array
*
* @see \Drupal\Tests\KernelTestBase::enableModules()
* @see \Drupal\Tests\KernelTestBase::bootKernel()
* @see \Drupal\
Kernel
Tests\KernelTestBase::enableModules()
* @see \Drupal\
Kernel
Tests\KernelTestBase::bootKernel()
*/
protected
static
$modules
=
[];
...
...
@@ -511,7 +511,7 @@ protected function initFileCache() {
* @throws \PHPUnit\Framework\Exception
* If a module is not available.
*
* @see \Drupal\Tests\KernelTestBase::enableModules()
* @see \Drupal\
Kernel
Tests\KernelTestBase::enableModules()
* @see \Drupal\Core\Extension\ModuleHandler::add()
*/
private
function
getExtensionsForModules
(
array
$modules
):
array
{
...
...
@@ -537,7 +537,7 @@ private function getExtensionsForModules(array $modules): array {
* @param \Drupal\Core\DependencyInjection\ContainerBuilder $container
* The service container to enhance.
*
* @see \Drupal\Tests\KernelTestBase::bootKernel()
* @see \Drupal\
Kernel
Tests\KernelTestBase::bootKernel()
*/
public
function
register
(
ContainerBuilder
$container
)
{
// Keep the container object around for tests.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment