public function protectedModifier()
 {
     $this->assertTrue(\lang\reflect\Modifiers::isProtected(MODIFIER_PROTECTED));
 }