spec\Newscoop\Services\RelatedArticlesServiceSpec::it_should_remove_related_article PHP Метод

it_should_remove_related_article() публичный Метод

public it_should_remove_related_article ( $article, $articleToRemove )
    function it_should_remove_related_article($article, $articleToRemove)
    {
        $this->removeRelatedArticle($article, $articleToRemove)->shouldReturn(true);
    }