1<?php 2 3final class PhabricatorCalendarSchemaSpec 4 extends PhabricatorConfigSchemaSpec { 5 6 public function buildSchemata() { 7 $this->buildEdgeSchemata(new PhabricatorCalendarEvent()); 8 } 9 10} 11 12