server/src/tests/Libraries/Handle/HandleClientIntegrationTest.php
changeset 552 2c579ea45608
parent 405 f239c8c5bb94
--- a/server/src/tests/Libraries/Handle/HandleClientIntegrationTest.php	Mon Oct 16 15:18:53 2017 +0200
+++ b/server/src/tests/Libraries/Handle/HandleClientIntegrationTest.php	Mon Oct 16 15:22:08 2017 +0200
@@ -182,7 +182,7 @@
 
         //$handle = "$this->testPrefix/TEST_HANDLE_CLIENT_";
 
-        $handleClient->createHandleUrlRecord($handle, "http://www.example.com");
+        $handleClient->createHandleUrlRecord($handle, "http://www.example.com", "Great title");
 
         $pagination = $handleClient->paginateAll($this->testPrefix);
 
@@ -206,7 +206,7 @@
 
         $handle = strtoupper(uniqid("$this->testPrefix/TEST_HANDLE_CLIENT_"));
 
-        $handleClient->createHandleUrlRecord($handle, "http://www.example.com");
+        $handleClient->createHandleUrlRecord($handle, "http://www.example.com", "Great title");
         $handleClient->deleteHandle($handle);