amtgard/ORK3

View on GitHub
orkservice/Event/EventService.test.php

Summary

Maintainability
A
30 mins
Test Coverage
<?php
die();

$DONOTWEBSERVICE = true;

include_once('PlayerService.php');

global $DB;

$p = new yapo($DB, DB_PREFIX . 'mundane');

$p->given_name = 'admin';

if ($p->find()) {
    $p->mundane_id = null;
    $p->other_name = 'admin.p';
    $p->save();
}


?>