Fix the existing test
This commit is contained in:
parent
0c6fa6e60f
commit
0a1da40788
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class PostTest extends UnitTestCase {
|
|||
$node->expects($this->once())
|
||||
->method('label')
|
||||
->willReturn('Test post');
|
||||
$node->method('bundle')->willReturn('article');
|
||||
|
||||
$post = new Post($node);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue