Page MenuHomeDevCentral

Refactor AccountHelper methods into a LocalizableMessage class
ClosedPublic

Authored by dereckson on Jul 11 2016, 20:05.
Tags
None
Referenced Files
F10908712: D512.diff
Mon, Aug 4, 20:42
Unknown Object (File)
Mon, Jul 21, 04:28
Unknown Object (File)
Sun, Jul 13, 12:29
Unknown Object (File)
Thu, Jul 10, 19:59
Unknown Object (File)
Thu, Jul 10, 19:52
Unknown Object (File)
Wed, Jul 9, 23:13
Unknown Object (File)
Jul 4 2025, 20:50
Unknown Object (File)
Jul 4 2025, 13:21
Subscribers
None

Details

Summary

AccountHelpers offered methods to prepare a localized message
to print to the console.

We extract them into LocalizableMessage, a fluent class to localize
and transform a message for display.

For convenience, an UserAttribute class is provided for AccountInfo.

Test Plan
  • Run new tests
  • ./artisan account:info 1

Diff Detail

Repository
rGROVE Auth Grove
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Refactor AccountHelper methods into a LocalizableMessage class.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jul 11 2016, 20:06
$ ant phpmd
Buildfile: /home/ubuntu/workspace/auth-grove/build.xml

phpmd:
    [phpmd] 

BUILD SUCCESSFUL
Total time: 2 seconds

With this commit, phpmd is happy for our Nasqueron ruleset.

This revision was automatically updated to reflect the committed changes.