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

Breadcrumb

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

function IntegrationTestCase::getFixturesDir

Return value

string

Deprecated

since Twig 3.13, use getFixturesDirectory() instead.

1 call to IntegrationTestCase::getFixturesDir()
IntegrationTestCase::getTests in vendor/twig/twig/src/Test/IntegrationTestCase.php
@final since Twig 3.13

File

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

Class

IntegrationTestCase
Integration test helper.

Namespace

Twig\Test

Code

protected function getFixturesDir() {
    throw new \BadMethodCallException('Not implemented.');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal