basic custom tax query
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'testimonials_tag', 'terms' => 'xyz', 'field' => 'term_id', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'testimonials_tag', 'terms' => 'xyz', 'field' => 'term_id', ), );