spec\Newscoop\ArticlesBundle\Services\EditorialCommentsServiceSpec::it_should_create_comment PHP Метод

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

public it_should_create_comment ( Article $article, User $user )
$article Newscoop\Entity\Article
$user Newscoop\Entity\User
    public function it_should_create_comment(Article $article, User $user)
    {
        $this->create('comment', $article, $user, false)->shouldReturn(true);
    }