Page MenuHomeDevCentral

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

Authored by aceppaluni on Nov 21 2024, 18:37.
Tags
None
Referenced Files
F6554365: D3598.id.diff
Mon, Mar 31, 11:47
Unknown Object (File)
Mon, Mar 31, 08:10
Unknown Object (File)
Mon, Mar 31, 05:17
Unknown Object (File)
Sun, Mar 30, 18:56
Unknown Object (File)
Sat, Mar 29, 02:48
Unknown Object (File)
Fri, Mar 28, 04:50
Unknown Object (File)
Wed, Mar 26, 10:07
Unknown Object (File)
Mon, Mar 24, 05:09
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/src/Events/User.php:30PHPCS.E.Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLineGeneric.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine
Errorgithub/src/Events/User.php:37PHPCS.E.Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLineGeneric.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine
Errorgithub/src/Events/User.php:42PHPCS.E.Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLineGeneric.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine
Errorgithub/src/Events/User.php:47PHPCS.E.Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLineGeneric.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine
Errorgithub/tests/Events/jsonMapperTestPullRequest.php:17PHPCS.E.PSR1.Classes.ClassDeclaration.MissingNamespacePSR1.Classes.ClassDeclaration.MissingNamespace
Errorgithub/tests/Events/jsonMapperTestPullRequest.php:17PHPCS.E.Squiz.Classes.ValidClassName.NotCamelCapsSquiz.Classes.ValidClassName.NotCamelCaps
Errorgithub/tests/Events/jsonMapperTestPullRequest.php:26PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Errorgithub/tests/Events/jsonMapperTestPullRequest.php:62PHPCS.E.Generic.Files.LineLength.MaxExceededGeneric.Files.LineLength.MaxExceeded
Warninggithub/tests/Events/jsonMapperTestPullRequest.php:1PHPCS.W.PSR1.Files.SideEffects.FoundWithSymbolsPSR1.Files.SideEffects.FoundWithSymbols
Warninggithub/tests/Events/jsonMapperTestPullRequest.php:28PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warninggithub/tests/Events/jsonMapperTestPullRequest.php:30PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warninggithub/tests/Events/jsonMapperTestPullRequest.php:46PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warninggithub/tests/Events/jsonMapperTestPullRequest.php:53PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warninggithub/tests/Events/jsonMapperTestPullRequest.php:66PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
No Test Coverage
Branch
gitHubEvClasses--test
Build Status
Buildable 5727
Build 6009: 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).