PttRulez liked a comment+100 XP
5mos ago
@PttRulez for anyone coming here with same "0 arguments passed" error, it is worth reading this documentation https://docs.phpunit.de/en/10.5/writing-tests-for-phpunit.html#data-providers for the proper data provider set up. You will also need to import it from PHPUnit\Framework\Attributes\DataProvider which is not mentioned in the lesson.