Skip to content

Commit

Permalink
Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jul 1, 2024
1 parent 30e4740 commit c3d8216
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
9 changes: 1 addition & 8 deletions tests/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ public function processed_value_contains_required_value(): void
], [
'indexes' => [],
'credentials' => [
'app_id' => 'last_app_id',
'search_only_api_key' => 'last_search_only_api_key',
'admin_api_key' => 'last_admin_api_key',
],
'cache' => [
'adapter' => 'cache.adapter.filesystem',
'enabled' => true,
'ttl' => 604800,
'master_key' => 'aSampleMasterKey',
],
'routes' => [
'product_index' => 'taxons/{slug}',
Expand Down
77 changes: 0 additions & 77 deletions tests/Provider/Recommendations/RecommendationsProviderTest.php

This file was deleted.

0 comments on commit c3d8216

Please sign in to comment.