Skip to content

Commit 8176fa0

Browse files
committed
ref #2, update ADF to 1.0.0
1 parent 76336a2 commit 8176fa0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"netresearch/jsonmapper": "^3.0|^4.0|^5.0",
1111
"monolog/monolog": "^3.0",
1212
"vlucas/phpdotenv": "^5.0|^6.0",
13-
"damienharper/adf-tools": "dev-main"
13+
"damienharper/adf-tools": "^1.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.0|^10.0",

tests/ServiceDesk/ServiceDeskClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function setUp(): void
2222
{
2323
$configuration = $this->createMock(ConfigurationInterface::class);
2424
$configuration->method('getJiraLogEnabled')->willReturn(true);
25-
$configuration->method('getUseV3RestApi')->willReturn(true);
25+
//$configuration->method('getJiraHost')->willReturn(\Hamcrest\Type\IsString::stringValue());
2626

2727
$this->logger = $this->createMock(LoggerInterface::class);
2828

0 commit comments

Comments
 (0)