Posted: Sun Aug 07, 2005 8:11 pm
Back to the database unit/web subclasses.
I need the similar subclass in both unit and web trees. Is there any non-repetitive way to subclass both with the same additions? (Short of hacking the simpletest base classes)
I tried to migrate the common code out to an include file and then include that file within the body of the class, but tha's not allowed syntacicly....
I need the similar subclass in both unit and web trees. Is there any non-repetitive way to subclass both with the same additions? (Short of hacking the simpletest base classes)
I tried to migrate the common code out to an include file and then include that file within the body of the class, but tha's not allowed syntacicly....