From deec97760a483adcf2ca3143f76d2a0b97852342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Fri, 22 Nov 2024 00:01:45 +0100 Subject: [PATCH] PHPLIB-1594 Remove commented restriction on M10+ --- examples/atlas_search.php | 2 +- tests/ExamplesTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/atlas_search.php b/examples/atlas_search.php index c08cf7dab..eca894d4a 100644 --- a/examples/atlas_search.php +++ b/examples/atlas_search.php @@ -2,7 +2,7 @@ /** * This example demonstrates how to create an Atlas Search index and perform a search query. - * It requires a MongoDB Atlas M10+ cluster with Sample Dataset loaded. + * It requires a MongoDB Atlas cluster with Sample Dataset loaded. * * Use the MONGODB_URI environment variable to specify the connection string from the Atlas UI. */ diff --git a/tests/ExamplesTest.php b/tests/ExamplesTest.php index 6f26a5f46..1f81e8bac 100644 --- a/tests/ExamplesTest.php +++ b/tests/ExamplesTest.php @@ -224,7 +224,7 @@ public static function provideExamples(): Generator } /** - * MongoDB Atlas Search example requires a MongoDB Atlas M10+ cluster with MongoDB 7.0+ + * MongoDB Atlas Search example requires a MongoDB Atlas with MongoDB 7.0+ * Tips for insiders: if using a cloud-dev server, append ".mongodb.net" to the MONGODB_URI. */ #[Group('atlas')]