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)
Fri, Jul 4, 20:50
Unknown Object (File)
Fri, Jul 4, 13:21
Unknown Object (File)
Fri, Jul 4, 07:17
Unknown Object (File)
Thu, Jul 3, 17:23
Unknown Object (File)
Sat, Jun 28, 09:43
Unknown Object (File)
Wed, Jun 25, 01:20
Unknown Object (File)
Wed, Jun 11, 17:41
Unknown Object (File)
Tue, Jun 10, 06:55
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.