File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1232,6 +1232,8 @@ public function testTransactions_intro_example_1()
1232
1232
{
1233
1233
$ this ->skipIfTransactionsAreNotSupported ();
1234
1234
1235
+ $ this ->assertNotNull ('This test intentionally performs no assertions ' );
1236
+
1235
1237
$ client = new Client (static ::getUri ());
1236
1238
1237
1239
/* The WC is required: https://docs.mongodb.com/manual/core/transactions/#transactions-and-locks */
@@ -1392,6 +1394,8 @@ public function testTransactions_retry_example_3()
1392
1394
{
1393
1395
$ this ->skipIfTransactionsAreNotSupported ();
1394
1396
1397
+ $ this ->assertNotNull ('This test intentionally performs no assertions ' );
1398
+
1395
1399
$ client = new Client (static ::getUri ());
1396
1400
1397
1401
/* The WC is required: https://docs.mongodb.com/manual/core/transactions/#transactions-and-locks */
@@ -1420,6 +1424,8 @@ function testCausalConsistency()
1420
1424
$ this ->markTestSkipped ('Secondary is not available ' );
1421
1425
}
1422
1426
1427
+ $ this ->assertNotNull ('This test intentionally performs no assertions ' );
1428
+
1423
1429
// Prep
1424
1430
$ client = new Client (static ::getUri ());
1425
1431
$ items = $ client ->selectDatabase (
You can’t perform that action at this time.
0 commit comments