diff --git a/tests/PhpPact/Standalone/MockServer/MockServerConfigTest.php b/tests/PhpPact/Standalone/MockServer/MockServerConfigTest.php index ebdac7824..d453888bf 100644 --- a/tests/PhpPact/Standalone/MockServer/MockServerConfigTest.php +++ b/tests/PhpPact/Standalone/MockServer/MockServerConfigTest.php @@ -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()); } } diff --git a/tests/PhpPact/Standalone/PactMessage/PactMessageConfigTest.php b/tests/PhpPact/Standalone/PactMessage/PactMessageConfigTest.php deleted file mode 100644 index e03aca219..000000000 --- a/tests/PhpPact/Standalone/PactMessage/PactMessageConfigTest.php +++ /dev/null @@ -1,14 +0,0 @@ -config = new PactMessageConfig(); - } -}