By admin , 18 October, 2025 Kernel test example for TwigExtension function <?php declare(strict_types=1); namespace Drupal\Tests\MYMODULE\Kernel; use Drupal\Core\Render\Markup; Tags tests twig
By admin , 21 August, 2023 Phpunit make screenshot $this->createScreenshot(\Drupal::root() . '/sites/simpletest/screenshot.jpg'); $this->assertFileExists(\Drupal::root() . '/sites/simpletest/screenshot.jpg'); Tags tests phpunit