コード例 #1
0
 public function testKnowsTheNumberOfRegisteredMarkups()
 {
     // Add five markup instances to the manager
     $this->addMultipleMarkup(5);
     self::assertEquals(5, $this->mgr->getMarkupCount());
 }