ddev / ddev-platformsh

Add integration with Platform.sh hosting service
Apache License 2.0
9 stars 10 forks source link

Tests aren't valid if they don't get to content-checking point #90

Closed rfay closed 10 months ago

rfay commented 1 year ago

Currently our tests use the code of many templates, but they don't check the results of a pull/start/launch. They won't be valid until they do, and we'll have to figure out a modest-resource way to do this. See the significant failure discovered in

even though we had automated tests for wordpress-composer (but not for bedrock, but I imagine the problem would have been the same).

rfay commented 10 months ago

With

drupal9 and drupal10 have databases Previously wordpress-composer already had database

I'll close this as we'll fix this every time we touch the tests.