i was going to analyze a behavior in the library regarding the redirect plugin and was going to utilize phpunit to see whats going on. i was happy to see that there are already some phpunit tests existing that are also relatively new to the project but i had to install phpunit and nyholm/psr7 manually as dev dependency and fix the existing tests a bit to have the chance to get the existing test running. also i found out that the phpunit tests are currently not part of the ci runs.
so my question is: should i try to build a pr that adds the missing dev dependencies and also executes the phpunit tests on ci?
i was going to analyze a behavior in the library regarding the redirect plugin and was going to utilize phpunit to see whats going on. i was happy to see that there are already some phpunit tests existing that are also relatively new to the project but i had to install phpunit and nyholm/psr7 manually as dev dependency and fix the existing tests a bit to have the chance to get the existing test running. also i found out that the phpunit tests are currently not part of the ci runs.
so my question is: should i try to build a pr that adds the missing dev dependencies and also executes the phpunit tests on ci?