Example #1
0
 /**
  * Make sure that comments are open on the article object.
  */
 public function testCommentOpen()
 {
     $this->assertEquals(COMMENT_NODE_OPEN, self::$articleObject->getEntity()->comment, 'Comments are not open on the article.');
 }