chore: updates snapshots

This commit is contained in:
nuno maduro
2026-05-03 13:09:32 -03:00
parent 6cc48f63f8
commit 2fc75cfcf0
11 changed files with 2 additions and 35 deletions

View File

@ -258,23 +258,6 @@ final readonly class Fingerprint
return $cache[$key] = $finder->hasResults(); return $cache[$key] = $finder->hasResults();
} }
private static function sortRecursively(mixed &$value): void
{
if (! is_array($value)) {
return;
}
$isAssoc = ! array_is_list($value);
if ($isAssoc) {
ksort($value);
}
foreach ($value as &$child) {
self::sortRecursively($child);
}
}
private static function contentHashOrNull(string $path): ?string private static function contentHashOrNull(string $path): ?string
{ {
if (! is_file($path)) { if (! is_file($path)) {

View File

@ -1,6 +1,4 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
FAIL Tests\Fixtures\CollisionTest FAIL Tests\Fixtures\CollisionTest
error error
✓ success ✓ success

View File

@ -1,5 +1,5 @@
Pest Testing Framework 4.6.3. Pest Testing Framework 4.7.0.
USAGE: pest <file> [options] USAGE: pest <file> [options]

View File

@ -1,6 +1,4 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos
↓ is marked as todo 1 ↓ is marked as todo 1
↓ is marked as todo 2 ↓ is marked as todo 2

View File

@ -1,6 +1,4 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos
↓ is marked as todo 1 ↓ is marked as todo 1
↓ is marked as todo 2 ↓ is marked as todo 2

View File

@ -1,6 +1,4 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos
↓ is marked as todo 1 ↓ is marked as todo 1
↓ is marked as todo 2 ↓ is marked as todo 2

View File

@ -1,6 +1,4 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos TODO Tests\Features\BeforeEachProxiesToTestCallWithTodo - 4 todos
↓ is marked as todo 1 ↓ is marked as todo 1
↓ is marked as todo 2 ↓ is marked as todo 2

View File

@ -1,3 +1,3 @@
Pest Testing Framework 4.6.3. Pest Testing Framework 4.7.0.

View File

@ -1,5 +1,3 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
##teamcity[testSuiteStarted name='Tests/tests/Failure' locationHint='pest_qn://tests/.tests/Failure.php' flowId='1234'] ##teamcity[testSuiteStarted name='Tests/tests/Failure' locationHint='pest_qn://tests/.tests/Failure.php' flowId='1234']
##teamcity[testCount count='8' flowId='1234'] ##teamcity[testCount count='8' flowId='1234']
##teamcity[testSuiteStarted name='Tests/tests/Failure' locationHint='pest_qn://tests/.tests/Failure.php' flowId='1234'] ##teamcity[testSuiteStarted name='Tests/tests/Failure' locationHint='pest_qn://tests/.tests/Failure.php' flowId='1234']

View File

@ -1,5 +1,3 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
##teamcity[testSuiteStarted name='Tests/tests/SuccessOnly' locationHint='pest_qn://tests/.tests/SuccessOnly.php' flowId='1234'] ##teamcity[testSuiteStarted name='Tests/tests/SuccessOnly' locationHint='pest_qn://tests/.tests/SuccessOnly.php' flowId='1234']
##teamcity[testCount count='4' flowId='1234'] ##teamcity[testCount count='4' flowId='1234']
##teamcity[testSuiteStarted name='Tests/tests/SuccessOnly' locationHint='pest_qn://tests/.tests/SuccessOnly.php' flowId='1234'] ##teamcity[testSuiteStarted name='Tests/tests/SuccessOnly' locationHint='pest_qn://tests/.tests/SuccessOnly.php' flowId='1234']

View File

@ -1,6 +1,4 @@
─ Running in TIA mode, however TIA as skipped as it needs Needs ext-pcov or Xdebug.
PASS Tests\Arch PASS Tests\Arch
✓ preset → php → ignoring ['Pest\Expectation', 'debug_backtrace', 'var_export', …] ✓ preset → php → ignoring ['Pest\Expectation', 'debug_backtrace', 'var_export', …]
✓ preset → strict → ignoring ['Pest\Plugins\Tia\BaselineSync', 'usleep'] ✓ preset → strict → ignoring ['Pest\Plugins\Tia\BaselineSync', 'usleep']