
| Current Path : /var/www/html/ift/web/core/assets/scaffold/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/ift/web/core/assets/scaffold/TESTING.txt |
HOW-TO: Test these Drupal scaffold files In order to test these scaffold files, you'll need to get the entire Drupal repo and run the tests there. You'll find the tests in core/tests/Drupal/Tests/ComposerIntegrationTest.php. You can get the full Drupal repo here: https://www.drupal.org/project/drupal/git-instructions You can find more information about running PHPUnit tests with Drupal here: https://www.drupal.org/node/2116263 You can run a single phpunit test file like so: $ ./vendor/bin/phpunit -c core core/tests/Drupal/Tests/ComposerIntegrationTest.php