atoum / phpunit-extension

atoum PHPUnit extension — Run your PHPUnit tests with atoum
Other
9 stars 3 forks source link

Be more compatible for the PHPUnit #16

Open peter279k opened 6 years ago

peter279k commented 6 years ago

Firstly, thank you for this alternative way to do PHP unit testing! After checking the README.md, Most of PHPUnit features are not supported completely. Is it possible to add more PHPUnit features?How can I contribute and implement them? Perhaps I will add them at my available time.

Thanks.

Hywan commented 6 years ago

Hello :-),

Yes it is possible to add more. We are adding them when needed or on-demand. If you are willing to help, you might consider https://github.com/atoum/phpunit-extension/pull/19 and https://github.com/atoum/phpunit-extension/pull/22 to be useful as a starting point.

If you need any help, please feel free to ping me directly on Github! What assertions are you missing?

peter279k commented 6 years ago

Hi @Hywan, thank you for your reply. I need some array, file_exixts assetions and more. I will implement those assetions for this repo at my available time.

Thank you for your help again!

Hywan commented 6 years ago

Can you point me out exact PHPUnit assertions you are referring to please?

peter279k commented 6 years ago

The assertArrayNotHasKey and assertFileExists that I refer.

Thanks.