76 |
( undef, $query ) = $qb->build_query_compat( undef, undef, undef, undef, undef, undef, undef, { suppress => 0 } ); |
76 |
( undef, $query ) = $qb->build_query_compat( undef, undef, undef, undef, undef, undef, undef, { suppress => 0 } ); |
77 |
is( $query, 'query', 'Suppress part of the query not added (PQF)'); |
77 |
is( $query, 'query', 'Suppress part of the query not added (PQF)'); |