PMCORE-876 The files are not shown, when we create a PM_Table from an external DB

This commit is contained in:
Roly Gutierrez
2020-04-03 10:59:24 -04:00
parent 449f7a2315
commit f8aba2ab03
12 changed files with 1605 additions and 5 deletions

View File

@@ -122,6 +122,10 @@ class SpoolRunTest extends TestCase
*/
public function it_should_handle_mail_option()
{
$string = ini_get("sendmail_path");
if (!is_executable($string)) {
$this->markTestIncomplete($string . " not found");
}
$appMsgUid = G::generateUniqueID();
factory(AppMessage::class)->create([
'APP_MSG_UID' => $appMsgUid