[NFC] Fix PHPUnit8 Deprecation warnings in the api_v4 Test Suite
[civicrm-core.git] / tests / phpunit / api / v4 / Entity / ParticipantTest.php
index 76bbeda9a0991001f5c745ac71189f4ec3037a17..3de8b5bb4016f0876ca8d48b596d9837e05a1c7e 100644 (file)
@@ -47,7 +47,7 @@ class ParticipantTest extends UnitTestCase {
     $whereDescription = 'Criteria for selecting Participants';
 
     $this->assertEquals(TRUE, $getParams['checkPermissions']['default']);
-    $this->assertContains($whereDescription, $getParams['where']['description']);
+    $this->assertStringContainsString($whereDescription, $getParams['where']['description']);
   }
 
   public function testGet() {