From 6afd2ec9dfcf2edc2a907a171317e50fa8029487 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 01:16:11 +0100 Subject: [PATCH] release: v3.0.0 --- src/ArchPresets/Security.php | 4 ---- tests/.snapshots/success.txt | 2 +- tests/Visual/Parallel.php | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ArchPresets/Security.php b/src/ArchPresets/Security.php index 6d1b6484..7f988f0a 100644 --- a/src/ArchPresets/Security.php +++ b/src/ArchPresets/Security.php @@ -17,10 +17,6 @@ final class Security extends AbstractPreset */ public function execute(): void { - $this->eachUserNamespace( - fn (Expectation $namespace): ArchExpectation => $namespace->not->toHaveFileSystemPermissions('0777'), - ); - $this->expectations[] = expect([ 'md5', 'sha1', diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 2020274b..8b719c23 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -1578,4 +1578,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 17 todos, 28 skipped, 1091 passed (2624 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 17 todos, 28 skipped, 1091 passed (2623 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 3ca89d4e..7dbb0745 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -16,7 +16,7 @@ $run = function () { test('parallel', function () use ($run) { expect($run('--exclude-group=integration')) - ->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 17 todos, 19 skipped, 1081 passed (2600 assertions)') + ->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 17 todos, 19 skipped, 1081 passed (2599 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();