<?php ->and($config->whitelistedWords)->toBe(['php'])
->and($config->whitelistedPaths)->toBe([]);
rename($backup, $configFilePath);
})->skip('rewrite this test a little bit differently without modifying the root level peck.json file');
it('should not recreate a file that already exists', function (): void {