" ) ) { echo <<suite = $suite; } } function __call( $func, $args ) { if ( method_exists( $this->suite, $func ) ) { return call_user_func_array( array( $this->suite, $func ), $args); } else { throw new MWException( "Called non-existant $func method on " . get_class( $this ) ); } } }