06:10:51 <mneuhaus> well, at least it's a test that works for now? ^^
06:11:42 <mneuhaus> kinda weird there's 2 ways to execute the "same" stuff anyway
06:12:12 <mneuhaus> i think the templateView should only render the static way, if present
06:12:25 <NamelessCoder> render() would simply call renderStatic when VH is compilable so testing render() should test both
06:12:56 <mneuhaus> should yes, but currently isn't which provides a need to ensure they behave the same
06:15:02 <NamelessCoder> in that case I would make a second test method that tests only the static execution. It's good to test for, but making assertions at this point is not expected
06:17:48 <mneuhaus> prob is, i first have to find out which viewHelpers all fail, and then add the specific additonal test to each and every one
06:18:00 <mneuhaus> this way i'd be catching them all in one swoop
06:18:07 <mneuhaus> + cathing any new ones for now
06:19:18 <NamelessCoder> for detection sure, it's fine ;) but once standalone fluid is merged this will execute for every VH and involve a lot of very possibly unmocked deps (due to static; rendercontext, empty closure etc)