#!/usr/bin/env php === Studies Card Friendly Time Formatting Verification === 1. Testing TimeFormatHelper::friendlyElapsedTime()... Testing basic time differences... ✓ just now ✓ 5 minutes ago ✓ 1 hour ago ✓ 1 day ago ✓ 1 week ago 2. Testing TimeFormatHelper::friendlyWhen()... ✓ 0: 'morning' ✓ 6: 'morning' ✓ 11: 'morning' ✓ 12: 'afternoon' ✓ 14: 'afternoon' ✓ 17: 'afternoon' ✓ 18: 'evening' ✓ 19: 'evening' ✓ 23: 'evening' ✓ morning: 'morning' ✓ afternoon: 'afternoon' ✓ evening: 'evening' ✓ -1: 'morning' ✓ 25: 'morning' ✓ : 'morning' 3. Verifying template files... ✗ Template file not found: /home/engine/project/App/Presentation/Studies/list.php ✗ Template file not found: /home/engine/project/App/Presentation/Studies/normal/list.php ✗ Template file not found: /home/engine/project/App/Presentation/Studies/focused/list.php ✗ Template file not found: /home/engine/project/App/Presentation/Studies/power/list.php 4. Verifying form updates... ✗ Form file not found: /home/engine/project/App/Presentation/Studies/form.php 5. Verifying JavaScript updates... ✗ JavaScript file not found: /home/engine/project/Public/Assets/js/study-form.js === Summary === ✗ Some verification tests failed. Please check the output above.