PMCORE-876 The files are not shown, when we create a PM_Table from an external DB
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user