コード例 #1
0
ファイル: Bug56938Test.php プロジェクト: delkyd/sugarcrm_dev
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     $this->user = SugarTestUserUtilities::createAnonymousUser();
     SugarTestEmailAddressUtilities::addAddressToPerson($this->user, '*****@*****.**');
 }