Show testimonials based on post category matching product name

You’ve got an extra closing bracket

if (is_testimonial_category()) == $ptitle ) :

should be

if ( is_testimonial_category() == $ptitle ) :