From fb0978c9bf379a51f816a6b34bf6d7c24a582e9b Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Sun, 3 May 2026 13:26:48 +0100 Subject: [PATCH] wip --- src/Plugins/Tia/Fingerprint.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Plugins/Tia/Fingerprint.php b/src/Plugins/Tia/Fingerprint.php index 5a7deb8c..1f54166e 100644 --- a/src/Plugins/Tia/Fingerprint.php +++ b/src/Plugins/Tia/Fingerprint.php @@ -25,13 +25,13 @@ final readonly class Fingerprint 'composer_lock' => self::composerLockHash($projectRoot), 'phpunit_xml' => self::hashIfExists($projectRoot.'/phpunit.xml'), 'phpunit_xml_dist' => self::hashIfExists($projectRoot.'/phpunit.xml.dist'), - 'pest_factory' => self::contentHashOrNull(__DIR__.'/../../Factories/TestCaseFactory.php'), - 'pest_method_factory' => self::contentHashOrNull(__DIR__.'/../../Factories/TestCaseMethodFactory.php'), + // 'pest_factory' => self::contentHashOrNull(__DIR__.'/../../Factories/TestCaseFactory.php'), + // 'pest_method_factory' => self::contentHashOrNull(__DIR__.'/../../Factories/TestCaseMethodFactory.php'), 'vite_config' => self::viteConfigHash($projectRoot), - 'package_json' => self::packageJsonHash($projectRoot), + // 'package_json' => self::packageJsonHash($projectRoot), 'package_lock' => self::packageLockHash($projectRoot), 'js_config' => self::jsConfigHash($projectRoot), - 'composer_json' => self::composerJsonHash($projectRoot), + // 'composer_json' => self::composerJsonHash($projectRoot), ], 'environmental' => [ 'php_minor' => PHP_MAJOR_VERSION,