public function privateModifier()
 {
     $this->assertTrue(\lang\reflect\Modifiers::isPrivate(MODIFIER_PRIVATE));
 }