Ejemplo n.º 1
0
 function testNonexistentMethod()
 {
     $post_id = $this->factory->post->create();
     $post = new TimberPost($post_id);
     $this->assertFalse($post->donkey());
 }