Skip to content

Commit bbbf363

Browse files
committed
fixed test typo
1 parent 8624b3f commit bbbf363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/parser/CommentParser.spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
$comment = $this->comment;
3939
expect(count($comment->getVars()))->to->equal(2);
4040
});
41-
it('creates return FQCN', function(){
41+
it('returns FQCN', function(){
4242
$comment = $this->comment;
4343
expect($comment->getReturn())->to->be->an->instanceof(FQCN::class);
4444
expect($comment->getReturn()->toString())->to->equal('Entity\Node\Comment');

0 commit comments

Comments
 (0)