Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NodeTestCase.php

function NodeTestCase::provideTests

Return value

iterable<array{0: Node, 1: string, 2?: Environment|null, 3?: bool}>

File

vendor/twig/twig/src/Test/NodeTestCase.php, line 37

Class

NodeTestCase

Namespace

Twig\Test

Code

public static function provideTests() : iterable {
    trigger_deprecation('twig/twig', '3.13', 'Not implementing "%s()" in "%s" is deprecated. This method will be abstract in 4.0.', __METHOD__, static::class);
    return [];
}
RSS feed
Powered by Drupal