PHP tests are running on trunk but all development happens in develop. This creates failing tests that are not actually related to any error and they're adding noise from testing an inactive branch.
I propose we disable PHP testing on trunk until we're actually doing work there. Keep tests running on develop where the real changes are happening. We can turn them back on when trunk becomes active.
PHP tests are running on trunk but all development happens in develop. This creates failing tests that are not actually related to any error and they're adding noise from testing an inactive branch.
I propose we disable PHP testing on trunk until we're actually doing work there. Keep tests running on develop where the real changes are happening. We can turn them back on when trunk becomes active.