You are here

public function BookManagerDeprecationTest::providerTestDrupalStaticResetDeprecation in Drupal 9

Provides test cases for ::testDrupalStaticResetDeprecation().

Return value

string[][] Test cases for ::testDrupalStaticResetDeprecation().

File

core/modules/book/tests/src/Kernel/BookManagerDeprecationTest.php, line 37

Class

BookManagerDeprecationTest
@coversDefaultClass \Drupal\book\BookManager @group legacy

Namespace

Drupal\Tests\book\Kernel

Code

public function providerTestDrupalStaticResetDeprecation() : array {
  return [
    [
      'Drupal\\book\\BookManager::bookSubtreeData',
    ],
    [
      'Drupal\\book\\BookManager::bookTreeAllData',
    ],
    [
      'Drupal\\book\\BookManager::doBookTreeBuild',
    ],
  ];
}