diff --git a/tests/Couchbasev4.test.php b/tests/Couchbasev4.test.php index d7bc541..150cac9 100644 --- a/tests/Couchbasev4.test.php +++ b/tests/Couchbasev4.test.php @@ -59,7 +59,7 @@ $testHelper->printInfoText('Running forking success process test'); -$config = (new CouchbaseConfig(include $configFileName)) +$config = (include $configFileName) ->setDoForkDetection(true) ->setUseStaticItemCaching(false);