diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php index 427b38abca9b0d30ea0a9ef5fca5af3434e686b5..a404209b31e32639816487579992a023e0ecc6df 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php @@ -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';