public function it_doesn_not_support_when_type_is_wrong(Article $subject)
 {
     $subject->getSubjectType()->willReturn('fake');
     $this->isSupported($subject)->shouldReturn(false);
 }