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

26 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
393Inline comments must end in full-stops, exclamation marks, colons, or question marks
428Array indentation error, expected 4 spaces but found 6
432Array indentation error, expected 4 spaces but found 8
433Array closing indentation error, expected 2 spaces but found 6
448Line exceeds 80 characters; contains 104 characters
536Closing parenthesis of array declaration must be on a new line
624Line exceeds 80 characters; contains 147 characters
624No 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...
624Inline comments must start with a capital letter
625Inline control structures are not allowed
625Expected 1 space after IF keyword; 0 found
635No 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."
635Inline comments must start with a capital letter
639No 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"
639Inline comments must start with a capital letter
639Inline comments must end in full-stops, exclamation marks, colons, or question marks
640Expected 1 space after IF keyword; 0 found
640There should be no white space before a closing ")"
640Expected 1 space after closing parenthesis; found ""
687Parameter comment must end with a full stop
706Parameter comment must end with a full stop
742Parameter comment must end with a full stop

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

History

UpdatedResult
8 May 2018 at 19:23 UTC