mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-24 09:07:18 +01:00
chore(tests): UT for PluginData service
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -151,8 +151,7 @@ final class PluginData extends BaseRepository implements PluginDataRepository
|
||||
->from(self::TABLE)
|
||||
->cols(PluginDataModel::getCols())
|
||||
->where('name = :name')
|
||||
->bindValues(['name' => $name])
|
||||
->limit(1);
|
||||
->bindValues(['name' => $name]);
|
||||
|
||||
$queryData = QueryData::buildWithMapper($query, PluginDataModel::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user