Chris,
It seems that you are running the tests Akelos Framework core unit tests. Not you application tests.
What command are you using run the tests?
It is possible that you're using a non-linked application in which case all the core unit test are included and executed. Although I do not have a windows box to check your situation right now, if you provide us with more details of your setting Salavert might be able to assist you on running the unit tests for your app on windows.
Bermi,
need some help in testing. I have a Member model and I'm trying to test it. I have a model method authenticateUser for checking login/password and returns false or found user.
I have a User controller which has method setPassword. While creating a member I create a password and salt throught it.
The above is just a briefing for what i'm doing. I am attaching the three files: 1) User contorller 2) Member model 3) member test case.
Please take look and adivse.
raslam,
You are using
Member::setPassword
when you implemented the setPassword in your UserController and not in the Member model.
You should implement the UserController::setPassword as Member::setPassword
1 to 5 of 5