45 pass

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

All classes passed!
45Date.Date
2Date.DateAPITestCase
- setUp
- testDateAPI
4Date.DateFieldTestCase
- setUp
- createDateField
- dateForm
- deleteDateField
2Date.DateFormTestCase
- setUp
- testDateForm
2Date.DateMigrateExampleUnitTest
- setUp
- testDateImport
6Date.DateRepeatFormTestCase
- setUp
- testDateRepeatForm
- createDateField
- dateForm
- verifyDateForm
- deleteDateField
2Date.DateRepeatTestCase
- setUp
- testDateRepeat
6Date.DateTimezoneTestCase
- setUp
- createDateField
- dateForm
- deleteDateField
- createMultiDateField
- dateMultiValueForm
5Date.DateToolsTestCase
- setUp
- createDateWizard
- dateForm
- testTools
- deleteDateField
5Date.DateUITestCase
- setUp
- createDateField
- dateForm
- testFieldUI
- deleteDateField
5Date.DateValidationTestCase
- setUp
- createDateField
- wrongGranularity
- deleteDateField
- malFormedDate
3Date.DateViewsPopupTestCase
- setUp
- createDateField
- testDatePopup
3Date.ViewsPagerTestCase
- setUp
- testPagerSkipping
- testPagerWarning

27 coding standards messages

date_popup/date_popup.module
line 5Doc comment short description must be on a single line, further text should be a separate paragraph
112Parameter tags must be grouped together in a doc comment
116Parameter tags must be grouped together in a doc comment
150Inline comments must end in full-stops, exclamation marks, colons, or question marks
365Line exceeds 80 characters; contains 104 characters
390Inline comments must end in full-stops, exclamation marks, colons, or question marks
425Array indentation error, expected 4 spaces but found 6
429Array indentation error, expected 4 spaces but found 8
430Array closing indentation error, expected 2 spaces but found 6
445Line exceeds 80 characters; contains 104 characters
533Closing parenthesis of array declaration must be on a new line
621Line exceeds 80 characters; contains 147 characters
621No space found before comment text; expected "// check if there is no time associated in the input variable. This is the exception scenario where the user has entered only time and not date." but found "//check if there is no time associated in the inp...
621Inline comments must start with a capital letter
622Inline control structures are not allowed
622Expected 1 space after IF keyword; 0 found
632No space found before comment text; expected "// check if date is empty, if yes, then leave it blank." but found "//check if date is empty, if yes, then leave it blank."
632Inline comments must start with a capital letter
636No space found before comment text; expected "// if the variable is time only then set TimeOnly to TRUE" but found "//if the variable is time only then set TimeOnly to TRUE"
636Inline comments must start with a capital letter
636Inline comments must end in full-stops, exclamation marks, colons, or question marks
637Expected 1 space after IF keyword; 0 found
637There should be no white space before a closing ")"
637Expected 1 space after closing parenthesis; found ""
684Parameter comment must end with a full stop
703Parameter comment must end with a full stop
739Parameter comment must end with a full stop

date 7.x-2.x-dev branch result

History

UpdatedResult
26 May 2017 at 13:27 UTC