You are here

protected property TwigExtensionTest::$fileUrlGenerator in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php \Drupal\Tests\Core\Template\TwigExtensionTest::fileUrlGenerator

The file URL generator mock.

Type: \Drupal\Core\File\FileUrlGeneratorInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php, line 69

Class

TwigExtensionTest
Tests the twig extension.

Namespace

Drupal\Tests\Core\Template

Code

protected $fileUrlGenerator;