backdrop-contrib / devel

Provides helper functions for Backdrop developers.
https://backdropcms.org/project/devel
GNU General Public License v2.0
10 stars 13 forks source link

What does `setUpDrupal()` in develDrushTest.php do? #82

Open klonos opened 4 years ago

klonos commented 4 years ago

...and should there be a setUpBackdrop() equivalent?

See https://github.com/backdrop-contrib/devel/blob/1.x-1.x/develDrushTest.php#L12

quicksketch commented 4 years ago

It looks like Drush_CommandTestCase provides that, which is part of Drush core. We could in theory add something equivalent directly in our class, but this looks like it's a PHPUnit test, which Backdrop doesn't even support. Perhaps at this point removing that test would be prudent, since it's impossible to run on Backdrop and it only covers a single check in the entire drush integration.