feat: FuelPriceService with OAuth token caching

Also extend Pest TestCase to Unit tests and guard MySQL-only migration
DDL (composite PK + PARTITION BY) behind a driver check so in-memory
SQLite tests can run migrations cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ovidiu U
2026-04-03 18:52:40 +01:00
parent 80a8a9f93b
commit a83d06d76a
4 changed files with 107 additions and 33 deletions

View File

@@ -16,7 +16,7 @@ use Tests\TestCase;
pest()->extend(TestCase::class)
// ->use(RefreshDatabase::class)
->in('Feature');
->in('Feature', 'Unit');
/*
|--------------------------------------------------------------------------