views:

9

answers:

1

Using PHP/SimpleTest, I want to test if a method calls a static method of another class. Can this be done with a mock class?

A: 

Hi...

Could you post a snippet of the code and test you'd like to write? I'm not a big user of static methods, so have never needed this feature.

yours, Marcus

lastcraft