spec\Newscoop\Services\RelatedArticlesServiceSpec::it_should_reposition_related_article PHP 메소드

it_should_reposition_related_article() 공개 메소드

public it_should_reposition_related_article ( $article, $articleToAdd )
    function it_should_reposition_related_article($article, $articleToAdd)
    {
        $this->addArticle($article, $articleToAdd, 2);
    }