Skip to content

Commit c3d8216

Browse files
committed
Fix some tests
1 parent 30e4740 commit c3d8216

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ public function processed_value_contains_required_value(): void
3535
], [
3636
'indexes' => [],
3737
'credentials' => [
38-
'app_id' => 'last_app_id',
39-
'search_only_api_key' => 'last_search_only_api_key',
40-
'admin_api_key' => 'last_admin_api_key',
41-
],
42-
'cache' => [
43-
'adapter' => 'cache.adapter.filesystem',
44-
'enabled' => true,
45-
'ttl' => 604800,
38+
'master_key' => 'aSampleMasterKey',
4639
],
4740
'routes' => [
4841
'product_index' => 'taxons/{slug}',

tests/Provider/Recommendations/RecommendationsProviderTest.php

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)