47 pass

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

All classes passed!
47Ics_field.Ics_field
1Ics_field.Drupal\Tests\ics_field\Functional\CalendarDownloadNodeFormTest
- testCreateAndViewNode
4Ics_field.Drupal\Tests\ics_field\Unit\CalendarProperty\CalendarPropertyProcessorTest
- testCheckPropertiesMissingProperty with data set #0
- testWithEmptyDateList
- testWithAllValidProperties
- testGetSetEssentialProperties
2Ics_field.Drupal\Tests\ics_field\Unit\CalendarProperty\CalendarPropertyProcessorFactoryTest
- testInstantiation
- testGeneration
32Ics_field.Drupal\Tests\ics_field\Unit\Normalizer\UrlNormalizerTest
- testNormalizeUrlEmpty with data set #0
- testNormalizeUrlEmpty with data set #1
- testNormalizeUrlEmpty with data set #2
- testNormalizeUrlEmpty with data set #3
- testNormalizeUrlPrefixMissingProtocolSinglePart with data set #0
- testNormalizeUrlPrefixMissingProtocolSinglePart with data set #1
- testNormalizeUrlPrefixMissingProtocolSinglePart with data set #2
- testNormalizeUrlPrefixMissingProtocolSinglePart with data set #3
- testNormalizeUrlPrefixMissingProtocolThreeParts with data set #0
- testNormalizeUrlPrefixMissingProtocolThreeParts with data set #1
- testNormalizeUrlPrefixMissingProtocolThreeParts with data set #2
- testNormalizeUrlPrefixMissingProtocolThreeParts with data set #3
- testNormalizeUrlPrefixMissingProtocolTwoParts with data set #0
- testNormalizeUrlPrefixMissingProtocolTwoParts with data set #1
- testNormalizeUrlPrefixMissingProtocolTwoParts with data set #2
- testNormalizeUrlPrefixMissingProtocolTwoParts with data set #3
- testNormalizeUrlSubSubSubdomain with data set #0
- testNormalizeUrlSubSubSubdomain with data set #1
- testNormalizeUrlSubSubSubdomain with data set #2
- testNormalizeUrlSubSubSubdomain with data set #3
- testNormalizeUrlRelativePath with data set #0
- testNormalizeUrlRelativePath with data set #1
- testNormalizeUrlRelativePath with data set #2
- testNormalizeUrlRelativePath with data set #3
- testNormalizeUrlIllegalCharactersForHostnames with data set #0
- testNormalizeUrlIllegalCharactersForHostnames with data set #1
- testNormalizeUrlIllegalCharactersForHostnames with data set #2
- testNormalizeUrlIllegalCharactersForHostnames with data set #3
- testNormalizeUrlIpAddress with data set #0
- testNormalizeUrlIpAddress with data set #1
- testNormalizeUrlIpAddress with data set #2
- testNormalizeUrlIpAddress with data set #3
8Ics_field.Drupal\Tests\ics_field\Unit\ICalFactoryTest
- testCheckPropertiesHavingAll with data set "http://localhost"
- testCheckPropertiesHavingAll with data set "https://localhost"
- testCheckPropertiesHavingAll with data set "http://localhost:8081"
- testCheckPropertiesHavingAll with data set "https://localhost:8081"
- testCalendarGeneration with data set "http://localhost"
- testCalendarGeneration with data set "https://localhost"
- testCalendarGeneration with data set "http://localhost:8081"
- testCalendarGeneration with data set "https://localhost:8081"

266 coding standards messages

ics_field.info.yml
line 8Expected 1 newline at end of file; 0 found
README.md
70Line exceeds 80 characters; contains 84 characters
87Line exceeds 80 characters; contains 113 characters
95Line exceeds 80 characters; contains 194 characters
96Line exceeds 80 characters; contains 192 characters
96Expected 1 newline at end of file; 0 found
src/CalendarProperty/CalendarPropertyProcessor.php
13Doc comment short description must end with a full stop
21Missing short description in doc comment
26Missing short description in doc comment
31Missing short description in doc comment
36Missing short description in doc comment
41Missing short description in doc comment
51Missing short description in doc comment
52Description for the @return value is missing
58Missing short description in doc comment
59Missing parameter comment
68Missing parameter comment
69Missing parameter comment
69Expected 1 spaces after parameter type; 2 found
69Data types in @param tags need to be fully namespaced
70Missing parameter comment
70Expected 1 spaces after parameter type; 21 found
71Missing parameter comment
71Expected 1 spaces after parameter type; 21 found
83Missing short description in doc comment
84Missing parameter comment
84Expected 1 spaces after parameter type; 38 found
85Missing parameter comment
86Missing parameter comment
86Expected 1 spaces after parameter type; 37 found
88Description for the @return value is missing
96Line exceeds 80 characters; contains 97 characters
96Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
100No space found before comment text; expected "// TODO - should uuid contain a separator ie :" but found "//TODO - should uuid contain a separator ie :"
103Line exceeds 80 characters; contains 92 characters
113Line exceeds 80 characters; contains 98 characters
113No space found before comment text; expected "// Validate before the date list, as we don't actually care if that field is empty as it should" but found "//Validate before the date list, as we don't actually care if that field is empty as it should"
114No space found before comment text; expected "// be possible to save a node without creating a ics file" but found "//be possible to save a node without creating a ics file"
114Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
122Missing short description in doc comment
123Description for the @return value is missing
132Object operator not indented correctly; expected 8 spaces but found 29
152Description for the @return value is missing
166Line exceeds 80 characters; contains 125 characters
166No space found before comment text; expected "// We do not string translate exceptions, as its possible in an exception that the translation service will also throw" but found "//We do not string translate exceptions, as its possible in an exception th...
166Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
src/CalendarProperty/CalendarPropertyProcessorFactory.php
10Doc comment short description must end with a full stop
16Missing short description in doc comment
17Data types in @var tags need to be fully namespaced
21Missing short description in doc comment
22Data types in @var tags need to be fully namespaced
29Missing parameter comment
30Missing parameter comment
30Expected 1 spaces after parameter type; 38 found
38Missing short description in doc comment
39Missing parameter comment
41Description for the @return value is missing
49Object operator not indented correctly; expected 43 spaces but found 57
src/ICalFactory.php
38Missing short description in doc comment
46Missing parameter comment
77Description for the @return value must be on the next line
101Data types in @var tags need to be fully namespaced
118Data types in @param tags need to be fully namespaced
121Data types in @return tags need to be fully namespaced
src/ICalTimezoneGenerator.php
10Doc comment short description must end with a full stop
16Missing short description in doc comment
21Missing short description in doc comment
31Data types in @param tags need to be fully namespaced
34Missing parameter comment
34Expected 1 spaces after parameter type; 4 found
36Description for the @return value must be on the next line
63Missing short description in doc comment
64Missing parameter comment
70Missing short description in doc comment
71Description for the @return value is missing
77Missing short description in doc comment
78Missing parameter comment
80Description for the @return value is missing
106Doc comment short description must end with a full stop
108Missing parameter comment
109Missing parameter comment
111Description for the @return value is missing
113Private method name "ICalTimezoneGenerator::adjustTimestampsByAYear" is not in lowerCamel format
120Missing short description in doc comment
121Missing parameter comment
121Expected 1 spaces after parameter type; 9 found
122Missing parameter comment
123Missing parameter comment
123Expected 1 spaces after parameter type; 10 found
124Missing parameter comment
124Expected 1 spaces after parameter type; 11 found
126Description for the @return value is missing
157Missing short description in doc comment
158Missing parameter comment
160Description for the @return value is missing
172Missing short description in doc comment
173Missing parameter comment
175Description for the @return value is missing
src/Normalizer/UrlNormalizer.php
5Missing class doc comment
19Missing parameter comment
20Missing parameter comment
21Missing parameter comment
23Description for the @return value must be on the next line
41Expected newline after closing brace
41Line exceeds 80 characters; contains 82 characters
src/Normalizer/UrlNormalizerInterface.php
6Doc comment short description must end with a full stop
13Doc comment short description must end with a full stop
15Missing parameter comment
16Missing parameter comment
17Missing parameter comment
19Description for the @return value is missing
src/Plugin/Field/FieldFormatter/CalendarDownloadDefaultFormatter.php
46Description for the @return value is missing
54Line exceeds 80 characters; contains 101 characters
54Comments may not appear after statements
54No space found before comment text; expected "// TODO - once formatter classes get container access replace with DI" but found "//TODO - once formatter classes get container access replace with DI"
54Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
src/Plugin/Field/FieldType/CalendarDownloadType.php
243Avoid backslash escaping in translatable strings when possible, use "" quotes instead
src/Plugin/Field/FieldWidget/CalendarDownloadDefaultWidget.php
5Unused use statement
6Unused use statement
7Unused use statement
16Unused use statement
63Missing short description in doc comment
64Data types in @var tags need to be fully namespaced
68Missing short description in doc comment
69Data types in @var tags need to be fully namespaced
125Object operator not indented correctly; expected 8 spaces but found 16
148Array indentation error, expected 6 spaces but found 8
156Array indentation error, expected 6 spaces but found 8
164Array indentation error, expected 6 spaces but found 8
186Object operator not indented correctly; expected 6 spaces but found 30
194Missing short description in doc comment
195Missing parameter comment
197Description for the @return value is missing
208Description for the @return value is missing
208Data types in @return tags need to be fully namespaced
215Object operator not indented correctly; expected 6 spaces but found 39
218Data types in @var tags need to be fully namespaced
src/Timezone/DrupalUserTimezoneProvider.php
5Missing class doc comment
25Expected newline after closing brace
26Line exceeds 80 characters; contains 82 characters
src/Timezone/TimezoneProviderInterface.php
5Missing interface doc comment
8Doc comment short description must end with a full stop
10Description for the @return value must be on the next line
tests/src/Unit/CalendarProperty/CalendarPropertyProcessorFactoryTest.php
8Missing short description in doc comment
14Doc comment short description must end with a full stop
19Object operator not indented correctly; expected 6 spaces but found 16
21Object operator not indented correctly; expected 6 spaces but found 14
31Doc comment short description must end with a full stop
36Object operator not indented correctly; expected 6 spaces but found 16
38Object operator not indented correctly; expected 6 spaces but found 14
43Object operator not indented correctly; expected 6 spaces but found 16
46Object operator not indented correctly; expected 6 spaces but found 8
50Object operator not indented correctly; expected 6 spaces but found 16
53Object operator not indented correctly; expected 6 spaces but found 8
57Object operator not indented correctly; expected 6 spaces but found 8
tests/src/Unit/CalendarProperty/CalendarPropertyProcessorTest.php
5Unused use statement
9Missing short description in doc comment
14Missing short description in doc comment
15Data types in @var tags need to be fully namespaced
19Missing short description in doc comment
20Data types in @var tags need to be fully namespaced
24Missing short description in doc comment
29No space found before comment text; expected "// Mock the content entity" but found "//Mock the content entity"
29Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
63Doc comment short description must end with a full stop
75A comma should follow the last multiline array item. Found: ]
85Doc comment short description must end with a full stop
110Doc comment short description must end with a full stop
126Description for the @return value is missing
141Missing short description in doc comment
142Description for the @return value is missing
146Object operator not indented correctly; expected 6 spaces but found 18
149Object operator not indented correctly; expected 6 spaces but found 10
156Doc comment short description must end with a full stop
160Object operator not indented correctly; expected 6 spaces but found 16
162Object operator not indented correctly; expected 6 spaces but found 8
168Missing short description in doc comment
169Description for the @return value is missing
174Object operator not indented correctly; expected 6 spaces but found 15
177Object operator not indented correctly; expected 6 spaces but found 7
183Missing short description in doc comment
184Description for the @return value is missing
189Object operator not indented correctly; expected 6 spaces but found 15
191Object operator not indented correctly; expected 6 spaces but found 7
194Object operator not indented correctly; expected 6 spaces but found 7
197No space found before comment text; expected "// method get needs to return some mocks" but found "//method get needs to return some mocks"
197Inline comments must start with a capital letter
197Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
199Object operator not indented correctly; expected 6 spaces but found 15
201Line exceeds 80 characters; contains 105 characters
201No space found before comment text; expected "// returning a value that is not a instanceof DrupalDateTime will result in the datetime being skipped" but found "//returning a value that is not a instanceof DrupalDateTime will result in the datetime bei...
201Inline comments must start with a capital letter
202No space found before comment text; expected "// this is enough to get our tests working here" but found "//this is enough to get our tests working here"
202Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
204Object operator not indented correctly; expected 6 spaces but found 7
208Object operator not indented correctly; expected 6 spaces but found 7
214Missing short description in doc comment
215Description for the @return value is missing
220Object operator not indented correctly; expected 6 spaces but found 15
222Object operator not indented correctly; expected 6 spaces but found 7
225Object operator not indented correctly; expected 6 spaces but found 7
228No space found before comment text; expected "// method get needs to return some mocks" but found "//method get needs to return some mocks"
228Inline comments must start with a capital letter
228Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
230Object operator not indented correctly; expected 6 spaces but found 15
234Object operator not indented correctly; expected 6 spaces but found 15
237Object operator not indented correctly; expected 6 spaces but found 7
241Object operator not indented correctly; expected 6 spaces but found 7
245Object operator not indented correctly; expected 6 spaces but found 7
tests/src/Unit/ICalFactoryTest.php
9Missing short description in doc comment
128Object operator not indented correctly; expected 8 spaces but found 18
130Object operator not indented correctly; expected 8 spaces but found 18
tests/src/Unit/IcalTimezoneGeneratorTest.php
7Missing short description in doc comment
12Missing short description in doc comment
22Array indentation error, expected 26 spaces but found 51
23Array indentation error, expected 26 spaces but found 51
24Array closing indentation error, expected 24 spaces but found 49
28Doc comment short description must end with a full stop
38Doc comment short description must end with a full stop
56Array indentation error, expected 6 spaces but found 26
58Array indentation error, expected 6 spaces but found 26
60Array closing indentation error, expected 4 spaces but found 24
62Array indentation error, expected 26 spaces but found 51
63Array indentation error, expected 26 spaces but found 51
64Array closing indentation error, expected 24 spaces but found 49
67Array indentation error, expected 6 spaces but found 26
69Array indentation error, expected 6 spaces but found 26
71Array closing indentation error, expected 4 spaces but found 24
73Array indentation error, expected 26 spaces but found 51
74Array indentation error, expected 26 spaces but found 51
75Array closing indentation error, expected 24 spaces but found 49
78Array indentation error, expected 6 spaces but found 26
80Array indentation error, expected 6 spaces but found 26
82Array closing indentation error, expected 4 spaces but found 24
84Array indentation error, expected 26 spaces but found 51
85Array indentation error, expected 26 spaces but found 51
86Array indentation error, expected 26 spaces but found 51
87Array closing indentation error, expected 24 spaces but found 49
91Doc comment short description must end with a full stop
100Array indentation error, expected 6 spaces but found 26
102Array indentation error, expected 6 spaces but found 26
104Array closing indentation error, expected 4 spaces but found 24
106Array indentation error, expected 26 spaces but found 51
107Array indentation error, expected 26 spaces but found 51
108Array closing indentation error, expected 24 spaces but found 49
111Array indentation error, expected 6 spaces but found 26
113Array indentation error, expected 6 spaces but found 26
115Array closing indentation error, expected 4 spaces but found 24
117Array indentation error, expected 26 spaces but found 51
118Array indentation error, expected 26 spaces but found 51
119Array closing indentation error, expected 24 spaces but found 49
122Array indentation error, expected 6 spaces but found 26
124Array indentation error, expected 6 spaces but found 26
126Array closing indentation error, expected 4 spaces but found 24
128Array indentation error, expected 26 spaces but found 51
129Array indentation error, expected 26 spaces but found 51
130Array indentation error, expected 26 spaces but found 51
131Array closing indentation error, expected 24 spaces but found 49
tests/src/Unit/Normalizer/UrlNormalizerTest.php
9Doc comment short description must end with a full stop
148Missing short description in doc comment
149Missing parameter comment
149Expected 1 spaces after parameter type; 2 found
150Missing parameter comment
151Missing parameter comment
152Missing parameter comment
153Missing parameter comment

History

UpdatedResult
22 Oct 2017 at 21:40 UTC
13 Aug 2017 at 22:53 UTC
13 Aug 2017 at 20:24 UTC