Test Case for Sponsors, similar to the base tests/TestCase.php file. This class will contain functions which create mock Sponsor, SponsorUser, and SponsorDomain objects, as well as any other mock methods that will be used in unit and feature tests.
Additionally, create a SponsorUserTest similar to the existing tests/Unit/UserTest.php. This test should ensure that SponsorUsers and SponsorDomains are properly joined to Sponsors and that the active() attribute of Sponsor works properly (Active if current date is before sponsorship end date)
Test Case for Sponsors, similar to the base tests/TestCase.php file. This class will contain functions which create mock Sponsor, SponsorUser, and SponsorDomain objects, as well as any other mock methods that will be used in unit and feature tests.
Additionally, create a SponsorUserTest similar to the existing tests/Unit/UserTest.php. This test should ensure that SponsorUsers and SponsorDomains are properly joined to Sponsors and that the active() attribute of Sponsor works properly (Active if current date is before sponsorship end date)