For easier local development the module should have a .ddev folder so contributors can easily spin up a running Drupal with this module installed. See https://github.com/ddev/ddev-drupal-contrib
Issue fork recurring_events-3540784
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
milanbombschliip commentedComment #4
pfrenssenThis is super cool and helpful to start up a development environment for Recurring Events, thanks for starting this!
I am trying out the features. So far I had an error when running
ddev phpstanbut this is already fixed in the new release of the project.For the moment
ddev phpunitdoesn't work. I'm gettingPHP Fatal error: Uncaught Error: Class "Drupal\Tests\BrowserTestBase" not found in /var/www/html/tests/src/Functional/LoadTest.php:15.Comment #5
pfrenssenI got PHPUnit to work by simple removing our custom
phpunit.xmlfile which was not making DDEV happy.Some PHPStan failures have popped up now, but these are not caused by this issue, but by some recent changes in the 3.0.x branch. Ref. #3541875: PHPStan failures in 3.0.x branch.
Comment #6
pfrenssenThanks very much for the contribution! This will make it easier for the community to contribute to the module :)
Comment #8
pfrenssen