Пример #1
0
 protected function checkAssertsSet(OptionSet $entity)
 {
     $this->assertNull($entity->getId());
     $this->assertEquals('test', $entity->getLabel());
     $this->assertEquals('test', $entity->getValue());
     $this->assertFalse($entity->getIsDefault());
     $this->assertEquals(10, $entity->getPriority());
 }