示例#1
0
 /**
  * @covers Applications\Options\ModuleOptions::getAttachmentsCount
  * @covers Applications\Options\ModuleOptions::setAttachmentsCount
  */
 public function testSetGetAttachmentsCount()
 {
     $this->options->setAttachmentsCount(7);
     $this->assertEquals(7, $this->options->getAttachmentsCount());
 }