Skip to content

Commit

Permalink
#25569: Static tests fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Foxtrot authored Nov 22, 2019
1 parent 9ce49c4 commit 871bef6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ class BulkStatusInterfaceTest extends WebapiAbstract
*/
public function testGetListByBulkStartTime()
{
$resourcePath = self::RESOURCE_PATH . self::TEST_UUID . "/operation-status/" . OperationInterface::STATUS_TYPE_OPEN;
$resourcePath = self::RESOURCE_PATH
. self::TEST_UUID
. "/operation-status/"
. OperationInterface::STATUS_TYPE_OPEN;
$serviceInfo = [
'rest' => [
'resourcePath' => $resourcePath,
Expand Down

0 comments on commit 871bef6

Please sign in to comment.