@@ -676,6 +676,7 @@ public function testSearch($pattern, $properties, $options, $expected): void {
676
676
$ vCardIds [] = $ query ->getLastInsertId ();
677
677
}
678
678
679
+ $ query = $ this ->db ->getQueryBuilder ();
679
680
$ query ->insert ($ this ->dbCardsPropertiesTable )
680
681
->values (
681
682
[
@@ -687,6 +688,7 @@ public function testSearch($pattern, $properties, $options, $expected): void {
687
688
]
688
689
);
689
690
$ query ->execute ();
691
+ $ query = $ this ->db ->getQueryBuilder ();
690
692
$ query ->insert ($ this ->dbCardsPropertiesTable )
691
693
->values (
692
694
[
@@ -698,6 +700,7 @@ public function testSearch($pattern, $properties, $options, $expected): void {
698
700
]
699
701
);
700
702
$ query ->execute ();
703
+ $ query = $ this ->db ->getQueryBuilder ();
701
704
$ query ->insert ($ this ->dbCardsPropertiesTable )
702
705
->values (
703
706
[
@@ -709,6 +712,7 @@ public function testSearch($pattern, $properties, $options, $expected): void {
709
712
]
710
713
);
711
714
$ query ->execute ();
715
+ $ query = $ this ->db ->getQueryBuilder ();
712
716
$ query ->insert ($ this ->dbCardsPropertiesTable )
713
717
->values (
714
718
[
@@ -720,6 +724,7 @@ public function testSearch($pattern, $properties, $options, $expected): void {
720
724
]
721
725
);
722
726
$ query ->execute ();
727
+ $ query = $ this ->db ->getQueryBuilder ();
723
728
$ query ->insert ($ this ->dbCardsPropertiesTable )
724
729
->values (
725
730
[
0 commit comments