From 49c08a7dbdb529099ff348f096f07be4376605c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Wed, 6 Sep 2023 10:53:47 +0200 Subject: [PATCH] Add @atlas group Co-authored-by: Andreas Braun --- tests/ExamplesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ExamplesTest.php b/tests/ExamplesTest.php index 1ba3ceaab..32ce3b914 100644 --- a/tests/ExamplesTest.php +++ b/tests/ExamplesTest.php @@ -185,6 +185,7 @@ public static function provideExamples(): Generator /** * MongoDB Atlas Search example requires a MongoDB Atlas M10+ cluster with MongoDB 7.0+ and sample data loaded. * Tips for insiders: if using a cloud-dev server, append ".mongodb.net" to the MONGODB_URI. + * @group atlas */ public function testAtlasSearch(): void {