Skip to content
Snippets Groups Projects
Commit 8126d46d authored by Demian Katz's avatar Demian Katz
Browse files

Do not attempt to send emails for real.

parent f8e4b4d4
No related merge requests found
......@@ -391,6 +391,13 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
*/
protected function setupBulkTest()
{
$this->changeConfigs(
['config' =>
[
'Mail' => ['testOnly' => 1],
],
]
);
// Go home
$session = $this->getMinkSession();
$path = '/Search/Home';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment