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
9fab2393
Verified
Commit
9fab2393
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
parent
2ab20b5a
No related branches found
No related tags found
1 merge request
!617
Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline
#407928
passed with warnings
6 days ago
Stage: 🪄 Lint
Stage: 🗜️ Test
+4
Changes
1
Pipelines
2
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 @
9fab2393
...
...
@@ -84,11 +84,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
...
...
@@ -141,8 +141,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
=
[];
...
...
@@ -485,7 +485,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
{
...
...
@@ -511,7 +511,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.
Dave Long
@longwave
mentioned in commit
2f09ecf6
·
6 days ago
mentioned in commit
2f09ecf6
mentioned in commit 2f09ecf6faf1c8c1bd2b4329d8f755763486ef01
Toggle commit list
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