//first a simple phrase with no coordinates
CoordinatedPhraseElement coord = this.phraseFactory.createCoordinatedPhrase();
Assert.assertEquals("", this.realiser.realise(coord).getRealisation());
//now one with a premodifier and nothing else
coord.addPreModifier(this.phraseFactory.createAdjectivePhrase("nice"));
Assert.assertEquals("nice", this.realiser.realise(coord).getRealisation());
}
/**
* Test change from "a" to "an" in the presence of a premodifier with a vowel