diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 90b1b085..513a804e 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -1428,16 +1428,6 @@ PASS Tests\Hooks\BeforeEachTest ✓ global beforeEach execution order - PASS Tests\Overrides\VersionsTest - ✓ versions with dataset "Runner/Filter/NameFilterIterator.php" - ✓ versions with dataset "Runner/ResultCache/DefaultResultCache.php" - ✓ versions with dataset "Runner/TestSuiteLoader.php" - ✓ versions with dataset "TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php" - ✓ versions with dataset "TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php" - ✓ versions with dataset "TextUI/TestSuiteFilterProcessor.php" - ✓ versions with dataset "Event/Value/ThrowableBuilder.php" - ✓ versions with dataset "Logging/JUnit/JunitXmlLogger.php" - PASS Tests\PHPUnit\CustomAffixes\InvalidTestName ✓ it runs file names like @#$%^&()-_=+.php @@ -1708,4 +1698,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 33 skipped, 1152 passed (2744 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 33 skipped, 1144 passed (2736 assertions) \ No newline at end of file diff --git a/tests/Overrides/VersionsTest.php b/tests/Overrides/VersionsTest.php deleted file mode 100644 index 1fdd63c0..00000000 --- a/tests/Overrides/VersionsTest.php +++ /dev/null @@ -1,18 +0,0 @@ -toBe($expectedHash); -})->with(function () { - foreach (BootOverrides::FILES as $hash => $file) { - $path = implode(DIRECTORY_SEPARATOR, [ - dirname(__DIR__, 2), - 'vendor/phpunit/phpunit/src', - $file, - ]); - yield $file => [$path, $hash]; - } -}); diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 036f51d7..313f8208 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, 38 todos, 24 skipped, 1142 passed (2720 assertions)') + ->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 24 skipped, 1134 passed (2712 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();