Skip to content

Commit

Permalink
test attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleBeau committed May 9, 2024
1 parent b7d1995 commit 1777b20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/dashboard/test/DashboardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ function setUp(): void
'Name' => 'TESTinProject',
]
);
$this->DB->insert(
"user_project_rel",
[
'UserID' => $user_id,
'ProjectID' => '7777',
]
);
$this->DB->insert(
"candidate",
[
Expand Down

0 comments on commit 1777b20

Please sign in to comment.