Page MenuHomeDevCentral

WIP: Test Keruald\GitHub\Events with JsonMapper
Needs ReviewPublic

Authored by aceppaluni on Thu, Nov 21, 18:37.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 09:51
Unknown Object (File)
Thu, Dec 12, 08:16
Unknown Object (File)
Tue, Dec 10, 17:44
Unknown Object (File)
Tue, Dec 10, 10:35
Unknown Object (File)
Tue, Dec 10, 00:26
Unknown Object (File)
Sun, Dec 8, 11:40
Unknown Object (File)
Wed, Dec 4, 09:12
Unknown Object (File)
Tue, Dec 3, 12:55
Subscribers
None

Details

Reviewers
dereckson
Summary

Testing Json PullRequest payload against mapping of PHP classes.

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Errors
SeverityLocationCodeMessage
Errorgithub/tests/Events/PullRequestTest.php:18PHPCS.E.PSR1.Classes.ClassDeclaration.MissingNamespacePSR1.Classes.ClassDeclaration.MissingNamespace
Errorgithub/tests/Events/PullRequestTest.php:27PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Errorgithub/tests/Events/PullRequestTest.php:56PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Errorgithub/tests/Events/PullRequestTest.php:62PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Warninggithub/tests/Events/PullRequestTest.php:1PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbolsPSR1.Files.SideEffects.FoundWithSymbols
Warninggithub/tests/Events/PullRequestTest.php:35PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warninggithub/tests/Events/PullRequestTest.php:48PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
Tests Passed
Branch
arcpatch-D3598
Build Status
Buildable 5776
Build 6058: arc lint + arc unit

Event Timeline

aceppaluni created this revision.

Adapt tests to adhere more to the payload content and our fixes to the Events classes (peer programming session).