We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76336a2 commit 8176fa0Copy full SHA for 8176fa0
2 files changed
composer.json
@@ -10,7 +10,7 @@
10
"netresearch/jsonmapper": "^3.0|^4.0|^5.0",
11
"monolog/monolog": "^3.0",
12
"vlucas/phpdotenv": "^5.0|^6.0",
13
- "damienharper/adf-tools": "dev-main"
+ "damienharper/adf-tools": "^1.0"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "^9.0|^10.0",
tests/ServiceDesk/ServiceDeskClientTest.php
@@ -22,7 +22,7 @@ public function setUp(): void
22
{
23
$configuration = $this->createMock(ConfigurationInterface::class);
24
$configuration->method('getJiraLogEnabled')->willReturn(true);
25
- $configuration->method('getUseV3RestApi')->willReturn(true);
+ //$configuration->method('getJiraHost')->willReturn(\Hamcrest\Type\IsString::stringValue());
26
27
$this->logger = $this->createMock(LoggerInterface::class);
28
0 commit comments