Skip to content

Commit 4cb7355

Browse files
committed
update phpunit tests and suite and config
1 parent 3844784 commit 4cb7355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Test/Integration/Api/ProjectV1ApiIntegrationTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ public function testItShouldCreateProject()
6161
{
6262
$projectData = new ProjectData(self::PROJECT_DESCRIPTION);
6363

64-
$request = new ProjectPostRequest('', $projectData, ProjectTypeEnum::QUOTE());
64+
$request = new ProjectPostRequest(
65+
'ProjectV1ApiIntegrationTest-' . time(), $projectData, ProjectTypeEnum::QUOTE()
66+
);
6567

6668
$response = $this->projectV1Api->post($request);
6769

0 commit comments

Comments
 (0)