Skip to content

Commit

Permalink
chore: remove unused opts
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 18, 2023
1 parent a73aeb4 commit 966934c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions tests/PhpPact/Standalone/MockServer/MockServerConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ public function testSetters()
static::assertSame($log, $subject->getLog());
static::assertSame($logLevel, $subject->getLogLevel());
static::assertSame($pactSpecificationVersion, $subject->getPactSpecificationVersion());
static::assertSame($cors, $subject->hasCors());
static::assertSame($healthCheckTimeout, $subject->getHealthCheckTimeout());
static::assertSame($healthCheckRetrySec, $subject->getHealthCheckRetrySec());
}
}
14 changes: 0 additions & 14 deletions tests/PhpPact/Standalone/PactMessage/PactMessageConfigTest.php

This file was deleted.

0 comments on commit 966934c

Please sign in to comment.