@Before
public void setUp() {
final StendhalRPZone zone = new StendhalRPZone("admin_test");
new DwarfGuardianNPC().configureZone(zone, null);
new BuyerNPC().configureZone(zone, null);
new TraderNPC().configureZone(zone, null);
AbstractQuest quest = new SuppliesForPhalk();
quest.addToWorld();
player = PlayerTestHelper.createPlayer("bob");