You are here

public static function BatchBuilderTest::finishedCallback in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php \Drupal\Tests\Core\Batch\BatchBuilderTest::finishedCallback()
  2. 9 core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php \Drupal\Tests\Core\Batch\BatchBuilderTest::finishedCallback()

Empty callback for the tests.

@internal

File

core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php, line 254

Class

BatchBuilderTest
Tests for the batch builder class.

Namespace

Drupal\Tests\Core\Batch

Code

public static function finishedCallback() {
}