Page MenuHomeDevCentral

Move a trait of trait into class
ClosedPublic

Authored by dereckson on Jul 12 2016, 01:15.
Tags
None
Referenced Files
F3748847: D517.diff
Sat, Nov 16, 11:01
Unknown Object (File)
Wed, Nov 13, 18:10
Unknown Object (File)
Wed, Nov 13, 18:10
Unknown Object (File)
Wed, Nov 13, 13:49
Unknown Object (File)
Wed, Nov 13, 13:10
Unknown Object (File)
Thu, Nov 7, 16:21
Unknown Object (File)
Thu, Nov 7, 15:58
Unknown Object (File)
Wed, Nov 6, 01:27
Subscribers
None

Details

Summary

This is a wordaround to get solve phpdox issue,
see https://github.com/theseer/phpdox/issues/243.

Test Plan

phpunit && phpdox

Diff Detail

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

Event Timeline

dereckson retitled this revision from to Move a trait of trait into class.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
Manual test on the CI node
$ arc patch D517
Created and checked out branch arcpatch-D517.
Checking patch app/Services/ResetsPasswords.php...
Checking patch app/Http/Controllers/Auth/PasswordController.php...
Applied patch app/Services/ResetsPasswords.php cleanly.
Applied patch app/Http/Controllers/Auth/PasswordController.php cleanly.
 OKAY  Successfully committed patch.
$ phpunit
PHPUnit 5.1.3 by Sebastian Bergmann and contributors.

..................                                                18 / 18 (100%)

Time: 2.44 seconds, Memory: 34.75Mb

OK (18 tests, 29 assertions)

$ phpdox
phpDox 0.8.1.1 - Copyright (C) 2010 - 2016 by Arne Blankerts

[12.07.2016 - 01:15:35] Using config file './phpdox.xml'
[12.07.2016 - 01:15:35] Registered collector backend 'parser'
[12.07.2016 - 01:15:35] Registered enricher 'build'
[12.07.2016 - 01:15:35] Registered enricher 'git'
[12.07.2016 - 01:15:35] Registered enricher 'checkstyle'
[12.07.2016 - 01:15:35] Registered enricher 'phpcs'
[12.07.2016 - 01:15:35] Registered enricher 'pmd'
[12.07.2016 - 01:15:35] Registered enricher 'phpunit'
[12.07.2016 - 01:15:35] Registered enricher 'phploc'
[12.07.2016 - 01:15:35] Registered output engine 'xml'
[12.07.2016 - 01:15:35] Registered output engine 'html'
[12.07.2016 - 01:15:35] Starting to process project 'Notifications'
[12.07.2016 - 01:15:35] Starting collector
[12.07.2016 - 01:15:35] Scanning directory '/home/app/workspace/test-auth-grove-php/app' for files to process

ccccccccccccc.ccccccccccccccccccccccc.                  [38]

[12.07.2016 - 01:15:35] Saving results to directory '/home/app/workspace/test-auth-grove-php/build/phpdox'
[12.07.2016 - 01:15:35] Resolving inheritance

..                                                      [2]

[12.07.2016 - 01:15:35] The following unit(s) had missing dependencies during inheritance resolution:
[12.07.2016 - 01:15:35]  - AuthGrove\Http\Controllers\Auth\PasswordController (missing Illuminate\Routing\Controller, Illuminate\Foundation\Auth\Access\AuthorizesRequests, Illuminate\Foundation\Bus\DispatchesJobs, Illuminate\Foundation\Validation\ValidatesRequests, Illuminate\Foundation\Auth\RedirectsUsers)
[12.07.2016 - 01:15:35] Collector process completed

[12.07.2016 - 01:15:35] Starting generator
[12.07.2016 - 01:15:35] Loading enrichers
[12.07.2016 - 01:15:35] Enricher GIT information initialized successfully
[12.07.2016 - 01:15:35] Enricher PHPLoc xml initialized successfully
[12.07.2016 - 01:15:35] Enricher CheckStyle XML initialized successfully
[12.07.2016 - 01:15:35] Enricher PHPMessDetector XML initialized successfully
[12.07.2016 - 01:15:35] Exception while initializing enricher phpunit:

    PHPUnit xml file "/home/app/workspace/test-auth-grove-php/build/logs/coverage/index.xml" not found.

[12.07.2016 - 01:15:35] Enricher Build Information initialized successfully
[12.07.2016 - 01:15:35] Starting event loop.

..................................................      [50]
..................................................      [100]
..................................................      [150]
..................................................      [200]
..................................................      [250]
..................................................      [300]
..................................................      [350]
..................................................      [400]
............................                            [428]

[12.07.2016 - 01:15:38] Generator process completed
[12.07.2016 - 01:15:38] Processing project 'Notifications' completed.


Time: 3.29 seconds, Memory: 7.25Mb
This revision is now accepted and ready to land.Jul 12 2016, 01:17
This revision was automatically updated to reflect the committed changes.