Page MenuHomeDevCentral

Refactor command:show to use ConfigReport
ClosedPublic

Authored by dereckson on Jan 1 2017, 04:44.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 3, 11:03
Unknown Object (File)
Wed, Jul 3, 10:02
Unknown Object (File)
Wed, Jul 3, 07:19
Unknown Object (File)
Sun, Jun 30, 06:59
Unknown Object (File)
Sat, Jun 29, 22:32
Unknown Object (File)
Fri, Jun 28, 18:12
Unknown Object (File)
Thu, Jun 27, 14:53
Unknown Object (File)
Thu, Jun 27, 07:57
Subscribers
None

Details

Summary

This is a follow-up for f3fcf394ac9c.

Ref T1066.

Test Plan

Run tests

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson edited edge metadata.

BaseReportEntry helper static methods

More tests for Nasqueron\Notifications\Tests\Config\Reporting classes

Don't run logic in command constructor, we need to mock services in container before.

dereckson added inline comments.
app/Console/Commands/ConfigShow.php
8

Unused

tests/Config/Reporting/ServiceReportEntryTest.php
37

Fill this or drop the test (we already test that through config:show test).

dereckson marked 2 inline comments as done.

Prune unused code

This revision is now accepted and ready to land.Jan 3 2017, 02:25
This revision was automatically updated to reflect the committed changes.