Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

PttRulez's avatar

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.