Patrick

Results 42 comments of Patrick

that looks really nice. Have you done it for the page-tree, too?

We could also use this for the 'edit more' function. So the fieldsets could be grouped in such a nice collapsible tree and is easier to use then?! --- _Originally...

I'd like to provide some Features in a Mega-Menu Navigation (f.e. a Login directly un the Suckerfish-Dropdown) so I'd like to see that as soon as possible ;-) Hope you'll...

Das Verhalten finde ich auch extrem nervig.

I think it shoul'd not be possible to disable Variants but only in thee Test itself. At this point I am not sure about my Interface definition. Maybe we should...

Regarding to my last comment we should move `TestInterface:::getParticipationStrategy`and `TestInterface:::getVariantChooser` away from the test and instead "bloat" the addTest-Method on EngineInterface. ``` php EngineInterface::addTest( TestInterface $test, ParticipationStrategyInterface $strategy, VariantChooserInterface $chooser...

@waltertamboer and me talked about Grouping of test. Like "The User should only participate on one Test of Group A". We already have kind of grouping. (in the engine). So...

We could implement som kind of TestBag for internal usage in the runner. The Bag knows about Strategy and Chooser. We will get a better API i think :-D

I agree I renamed the StrategyInterface. I think with the new definition my own confusion is resolved :-D

Everything in here. https://github.com/phpab/phpab/pull/29 Needs to be implemented though