File tree Expand file tree Collapse file tree
tests/phpMyFAQ/Configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ function phpversion(?string $extension = null): string|false
106106namespace phpMyFAQ \Configuration {
107107 use phpMyFAQ \Configuration \Storage \ConfigurationStorageSettings ;
108108 use phpMyFAQ \Configuration \Storage \RedisConfigurationStore ;
109+ use phpMyFAQ \Database \PdoSqlite ;
109110 use PHPUnit \Framework \Attributes \AllowMockObjectsWithoutExpectations ;
110111 use PHPUnit \Framework \Attributes \CoversClass ;
111112 use PHPUnit \Framework \Attributes \UsesClass ;
@@ -118,6 +119,7 @@ function phpversion(?string $extension = null): string|false
118119 #[AllowMockObjectsWithoutExpectations]
119120 #[CoversClass(RedisConfigurationStore::class)]
120121 #[UsesClass(ConfigurationStorageSettings::class)]
122+ #[UsesClass(PdoSqlite::class)]
121123 class RedisConfigurationStoreTest extends TestCase
122124 {
123125 private ConfigurationStorageSettings $ settings ;
You can’t perform that action at this time.
0 commit comments