/** * @expectedException UndefinedEndpointException */ public function testUndefinedSecondLevel() { $schoolAdmins = CleverSchoolAdmin::all(array('limit' => 1)); $schoolAdmin = $schoolAdmins[0]; $objs = $schoolAdmin->eventz(); }
public static function init() { self::$secondLevelEndpoints = array('schools' => array(), 'events' => array()); }