Page MenuHomeDevCentral

Refactor AccountHelper methods into a LocalizableMessage class
ClosedPublic

Authored by dereckson on Jul 11 2016, 20:05.
Tags
None
Referenced Files
F10941857: D512.diff
Wed, Aug 6, 17:25
F10941150: D512.id1238.diff
Wed, Aug 6, 16:20
F10938815: D512.id.diff
Wed, Aug 6, 10:43
F10936884: D512.diff
Wed, Aug 6, 03:39
Unknown Object (File)
Tue, Aug 5, 22:14
Unknown Object (File)
Tue, Aug 5, 18:31
Unknown Object (File)
Tue, Aug 5, 14:26
Unknown Object (File)
Tue, Aug 5, 14: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.