PMCORE-3880 PhpUnit: Error: Call to undefined function factory
This commit is contained in:
@@ -32,6 +32,6 @@ class EmailServerTest extends TestCase
|
||||
require_once PATH_METHODS . 'emailServer/emailServer.php';
|
||||
$content = ob_get_clean();
|
||||
|
||||
$this->assertContains("EMAILSERVER_LICENSED", $content);
|
||||
$this->assertStringContainsString("EMAILSERVER_LICENSED", $content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user