• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

heimrichhannot / contao-utils-bundle / 6865351410

14 Nov 2023 02:54PM UTC coverage: 22.813% (-0.02%) from 22.835%
6865351410

push

github

koertho
backported new database util

2 of 14 new or added lines in 4 files covered. (14.29%)

1257 of 5510 relevant lines covered (22.81%)

1.55 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Util/DatabaseUtil.php
1
<?php
2

3
namespace HeimrichHannot\UtilsBundle\Util;
4

5
use HeimrichHannot\UtilsBundle\Util\DatabaseUtil\CreateWhereForSerializedBlobResult;
6

7
class DatabaseUtil
8
{
9
    /**
10
     * Create a where condition for a field that contains a serialized blob.
11
     *
12
     * @param string $field A field containing a serialized array.
13
     * @param array $values The values that should be searched for in the field.
14
     */
15
    public function createWhereForSerializedBlob(string $field, array $values): CreateWhereForSerializedBlobResult
16
    {
NEW
17
        return new CreateWhereForSerializedBlobResult($field, $values);
×
18
    }
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc