Example #1
0
 /**
  * @ticket 47261
  */
 public function testGetCustomTableName()
 {
     $bean = new BeanMockTestObjectName();
     $this->assertEquals($bean->get_custom_table_name(), 'my_table_cstm', "SugarBean->get_custom_table_name() is not returning the correct custom table name.");
 }