Page MenuHomeDevCentral

Refactor AccountHelper methods into a LocalizableMessage class
ClosedPublic

Authored by dereckson on Jul 11 2016, 20:05.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 16:06
Unknown Object (File)
Sun, Jan 19, 05:05
Unknown Object (File)
Wed, Jan 15, 08:15
Unknown Object (File)
Tue, Jan 14, 05:16
Unknown Object (File)
Sun, Jan 12, 12:35
Unknown Object (File)
Tue, Jan 7, 15:34
Unknown Object (File)
Tue, Jan 7, 15:18
Unknown Object (File)
Mon, Dec 30, 13:39
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.