By admin , 17 March, 2025 Do not execute code from cli if it's not phpunit test if (PHP_SAPI === 'cli' && !defined('PHPUNIT_COMPOSER_INSTALL')) { return; } Tags phpunit
By admin , 17 January, 2025 Phpunit: explain drupal deprecations Just add--display-phpunit-deprecations Tags phpunit
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