GetDKAN / dkan2

Deprecated: please use the 2.x branch of the dkan repo
https://github.com/GetDKAN/dkan
GNU General Public License v2.0
18 stars 16 forks source link

Beyond drupal 8.7 #374

Closed thierrydallacroce closed 4 years ago

thierrydallacroce commented 4 years ago

Same comment as on: https://github.com/GetDKAN/dkan-tools/pull/182

Possible approach for Drupal 8.8+ and 9

Note: There's a bit of a chicken-and-egg issue between this DKTL branch and getdkan/dkan2. Until this is approved/merged, as well as an update to dkan2/master, run your manual and phpunit tests using dkan2's beyond-drupal-8.7 by running dktl make --branch beyond-drupal-8.7 either manually or by modifying line 97 of DktlTest.php such as:

cd sandbox && dktl make --branch beyond-drupal-8.7;