public void testPhaseRules() throws Exception {
super.setUp();
//TODO fix me
phaserul = new PhaseRuleTest("");
axisSytem = new AxisConfigurationImpl();
((AxisConfigurationImpl)axisSytem).setDefaultDispatchers();
ArrayList inPhase = axisSytem.getInPhasesUptoAndIncludingPostDispatch();
Handler han = null;//(Handler)Class.forName("org.apache.axis2.handlers.AbstractHandler",true, Thread.currentThread().getContextClassLoader()).newInstance();
PhaseHolder ph = new PhaseHolder(inPhase);