Sarthak Shah
Sarthak Shah

Reputation: 137

Cakephp 3.5 : How to test login functionality without using Fixture for unit testing in phpunit?

I am using Cakephp-3.5 Auth Component in my application to verify user's credential. Now I have to write down unit test cases for login form. I have to write test cases not using Fixtures but only just in phpunit. I am unable to figure out how to solve this ?

Upvotes: 0

Views: 70

Answers (0)

Related Questions