- Issue created by @leymannx
- πΊπΈUnited States ccrawford91 Florida
leymannx β credited ccrawford91 β .
- Status changed to Needs review
almost 2 years ago 10:53am 4 February 2023 - @leymannx opened merge request.
- leymannx Berlin
After you installed Drupal locally with the following multi-liner:
mkdir my-drupal10-site && \ cd my-drupal10-site && \ ddev config --project-type=drupal10 --docroot=web --create-docroot && \ ddev start && \ ddev composer create drupal/recommended-project -y && \ ddev composer require drush/drush && \ ddev composer require drupal/core-dev --dev && \ ddev drush -y site:install --account-name=admin --account-pass=admin && \
You can set up running tests locally by following this article:
https://mglaman.dev/blog/running-drupals-phpunit-test-suites-ddev
Now get the issue fork and fire tests:
mkdir -p web/modules/contrib && \ cd web/modules/contrib && \ git clone -b 3339180-add-functional-tests git@git.drupal.org:issue/prlp-3339180.git && \ ddev exec ./vendor/bin/phpunit -c web/core web/modules/contrib/prlp-3339180
-
leymannx β
committed 3253edd6 on 8.x-1.x authored by
ccrawford91 β
Issue #3339180 by leymannx, ccrawford91: Add functional tests
-
leymannx β
committed 3253edd6 on 8.x-1.x authored by
ccrawford91 β
- Status changed to Fixed
almost 2 years ago 8:11pm 6 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.