Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-06-19-31-58
[civicrm-core.git] / sql / webtest_data.mysql
1
2 TRUNCATE civicrm_payment_processor;
3 INSERT INTO `civicrm_payment_processor` VALUES (1,1,'Dummy','','Dummy',1,1,0,'dummy',NULL,NULL,'http://dummy.du',NULL,NULL,NULL,NULL,'Payment_Dummy',1,NULL,1),(2,1,'Dummy','','Dummy',1,0,1,'dummy',NULL,NULL,'http://dummy.du',NULL,NULL,NULL,NULL,'Payment_Dummy',1,NULL,1);