1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[ticket/17010] Move web push testing to slow test group

PHPBB3-17010
This commit is contained in:
Marc Alexander
2023-01-29 09:48:23 +01:00
parent edaff6cd2d
commit ad196d1dba

View File

@@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
require_once __DIR__ . '/base.php';
/**
* @group
* @group slow
*/
class notification_method_webpush_test extends phpbb_tests_notification_base
{