ddev-drupal-core-dev icon indicating copy to clipboard operation
ddev-drupal-core-dev copied to clipboard

ddev addon for core development

Results 13 ddev-drupal-core-dev issues
Sort by recently updated
recently updated
newest added

I like[ these handy shortcut commands](https://github.com/justafish/ddev-drupal-core-dev/commit/5fff83a88c6fe4c3771a7d85d9091e7b6e313253) introduced by this DDEV extension but I think calling PHPStan a linter is semantically incorrect, it is a static code analyzer. PHPCS is somewhere...

(Draft: This has to be rebased after * https://github.com/justafish/ddev-drupal-core-dev/pull/33 * https://github.com/justafish/ddev-drupal-core-dev/pull/31 This PR allows using any database type supported by DDEV, including MariaDB and MySQL. And of course it can...

I'm pretty sure we can support drush successfully with this technique, discussed in https://drupal.slack.com/archives/C62H9CWQM/p1714512734554949 ``` hooks: post-start: exec: git stash && composer require drush/drush && git stash apply ``` Then...

I've already created a draft before (https://github.com/justafish/ddev-drupal-core-dev/pull/9) but thanks to my "excellent" git and github skills something went wrong when i tried to sync my branch with the latest changes...

It seems like you have a lovely and needed add-on here. Should it move to ddev/ddev-drupal-core-dev? If so, just say so and we'll start the process. Of course tests have...

…ges the way environment variables are sourced for PHPUnit

These modifications allowed my tests to run. I compared this projects chrome and firefox versions to the D10 phpunit.xml.dist and modified the D11 files in the same way. Closes #55

[core-dev/phpunit-chrome.xml](https://github.com/justafish/ddev-drupal-core-dev/blob/074ceb8aa0124e8fae9a4a3cabd58c5a0697939e/core-dev/phpunit-chrome.xml#L64) references [UnitTestSuite.php](https://api.drupal.org/api/drupal/core%21tests%21TestSuites%21UnitTestSuite.php/11.x) which was deprecated in 10.3 and removed in 11.x I expect that most using this addon are working against core branch `11.x`. Does this file need to...

With the latest mac OS / docker / drupal / ddev and this add-on I'm getting this kind of errors. ``` # ddev phpunit core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Clearing old webdriver sessions PHPUnit...