Example #1
0
 public static function makeRequiredEntities()
 {
     $models = array('account' => Models::AccountWithJustProfile());
     $created = array('account' => Bf_Account::create($models['account']));
     self::$models = $models;
     self::$created = $created;
 }