Run PHPUnit with Filters

Using filters when running PHPUnit is a common and valuable practice. It helps avoid waiting for irrelevant tests to run, saving valuable time during development. Additionally, it allows you to focus on debugging specific areas of your code....