Skip to content

Commit

Permalink
change in the parameter and ignore the nextcloud file and other apps
Browse files Browse the repository at this point in the history
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
  • Loading branch information
nabim777 committed Sep 20, 2024
1 parent d6d8b9f commit a72ce0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<directory name="tests" />
<ignoreFiles>
<directory name="vendor" />
<directory name="../../**" />
<directory name="../**" />
</ignoreFiles>
</projectFiles>
<stubs>
Expand Down
1 change: 0 additions & 1 deletion tests/lib/Controller/OpenProjectAPIControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function setUpMocks(): void {
* @return void
*/
public function getUserValueMock($token = '123') {
$this->configMock = $this->getMockBuilder(IConfig::class)->getMock();
$this->configMock
->method('getUserValue')
->withConsecutive(
Expand Down

0 comments on commit a72ce0f

Please sign in to comment.