Tests
[plcapi.git] / tests / 3LocalhostTest.php
index 85934d4..9cbd1fd 100644 (file)
@@ -969,7 +969,7 @@ And turned it into nylon';
             new xmlrpcval('hello world', 'string'),
         ));
         $r = $this->send($m, 0, true);
-        $this->assertContains('hello world', $r->raw_data);
+        $this->assertStringContainsString('hello world', $r->raw_data);
     }
 
     public function testSendTwiceSameMsg()