125 pass

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

All classes passed!
125Ubercart.Ubercart
2Ubercart.UbercartAddressTestCase
- setUp
- testAddressComparison
3Ubercart.UbercartAjaxTestCase
- setUp
- testCheckoutAjax
- ucPostAJAX
2Ubercart.UbercartAttributeCheckoutTestCase
- setUp
- testAttributeAddToCart
20Ubercart.UbercartAttributeTestCase
- setUp
- testAttributeAPI
- testAttributeUIAddAttribute
- testAttributeUISettings
- testAttributeUIEditAttribute
- testAttributeUIDeleteAttribute
- testAttributeUIAttributeOptions
- testAttributeUIAttributeOptionsAdd
- testAttributeUIAttributeOptionsEdit
- testAttributeUIAttributeOptionsDelete
- testAttributeUIClassAttributeOverview
- showVar
- testAttributeUIClassAttributeAdd
- testAttributeUIClassAttributeOptionOverview
- testAttributeUIProductAttributes
- testAttributeUIProductOptions
- testAttributeUIProductAdjustments
- testProductAttribute
- checkout
- simpletest_script_run_one_test
16Ubercart.UbercartCartCheckoutTestCase
- setUp
- testCartAPI
- testCart
- testCartMerge
- testDeletedCartItem
- testMaximumQuantityRule
- testCheckout
- checkout
- simpletest_script_run_one_test
- testCheckoutNewUsername
- testCheckoutBlockedUser
- testCheckoutLogin
- testCheckoutComplete
- testCheckoutRoleAssignment
- testCartOrderTimeout
- testCustomerInformationCheckoutPane
13Ubercart.UbercartCartLinksTestCase
- setUp
- testCartLinksUISettingsPage
- testCartLinksBasicFunctionality
- testCartLinksProductActionMessage
- setCartLinksUIProductActionMessage
- testCartLinksAllowEmptying
- setCartLinksUIAllowEmptying
- testCartLinksRestrictions
- setCartLinksUIRestrictions
- setCartLinksUIRedirect
- testCartLinksMessages
- setCartLinksUIMessages
- testCartLinksTracking
6Ubercart.UbercartCartSettingsTestCase
- setUp
- testAddToCartRedirect
- testMinimumSubtotal
- testEmptyCart
- testContinueShopping
- testCartBreadcrumb
2Ubercart.UbercartCatalogTestCase
- setUp
- testCatalogRepair
3Ubercart.UbercartCheckoutSettingsTestCase
- setUp
- testEnableCheckout
- testAnonymousCheckout
2Ubercart.UbercartCountryTestCase
- setUp
- testCountries
8Ubercart.UbercartCreditCardTestCase
- setUp
- configureCreditCard
- configureGateway
- testSecuritySettings
- testCheckout
- checkout
- tearDown
- testExpiryDate
6Ubercart.UbercartFileTestCase
- setUp
- configureDownloadDirectory
- testFilePurchaseCheckout
- checkout
- findMail
- tearDown
7Ubercart.UbercartOrderTestCase
- setUp
- testOrderAPI
- testOrderEntity
- testEntityHooks
- testOrderCreation
- ucCreateOrder
- testOrderEditing
4Ubercart.UbercartPaymentPaneTestCase
- setUp
- testPaymentMethodOptions
- testOrderTotalPreview
- testFreeOrders
4Ubercart.UbercartProductKitTestCase
- setUp
- testProductKitNodeForm
- testProductKitDiscounts
- testProductKitMutability
4Ubercart.UbercartProductTestCase
- setUp
- testProductNodeForm
- testProductClassForm
- testProductQuantity
6Ubercart.UbercartQuoteTestCase
- setUp
- createQuote
- testNoQuote
- testQuote
- ucPostAJAX
- simpletest_script_run_one_test
6Ubercart.UbercartRolesTestCase
- setUp
- testRolePurchaseCheckout
- checkout
- findMail
- simpletest_script_run_one_test
- testRoleAdminDelete
6Ubercart.UbercartStockTestCase
- setUp
- testProductStock
- testStockDecrement
- checkout
- simpletest_script_run_one_test
- testStockThresholdMail
5Ubercart.UbercartTaxesTestCase
- setUp
- testInclusiveTaxes
- testStoredTaxDisplay
- simpletest_script_run_one_test
- testTaxProductClassUpdate

96 coding standards messages

96 more than branch result

uc_attribute/uc_attribute.module 96 more
line 12There must be exactly one blank line after the file comment
18Expected 1 blank line before function; 2 found
22Case breaking statements must be followed by a single blank line
140If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
290The first index in a multi-value array must be on a new line
388Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
597Missing parameter type
599Missing parameter type
602Missing parameter type
605Return type missing for @return tag in function comment
655Missing parameter type
657Missing parameter type
660Missing parameter type
663Return type missing for @return tag in function comment
679If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
688Inline control structures are not allowed
702If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
710Case breaking statement indented incorrectly; expected 6 spaces, found 4
712Blank lines are not allowed after DEFAULT statements
723Case breaking statement indented incorrectly; expected 6 spaces, found 4
742Missing parameter type
745Return type missing for @return tag in function comment
755Missing parameter type
758Return type missing for @return tag in function comment
770Missing parameter type
773Return type missing for @return tag in function comment
797Missing parameter type
800Return type missing for @return tag in function comment
810Missing parameter type
813Return type missing for @return tag in function comment
825Missing parameter type
828Return type missing for @return tag in function comment
849Missing parameter type
851Missing parameter type
853Missing parameter type
855Missing parameter type
858Return type missing for @return tag in function comment
898Missing parameter type
900Missing parameter type
902Missing parameter type
905Return type missing for @return tag in function comment
947Missing parameter type
949Missing parameter type
951Missing parameter type
954Return type missing for @return tag in function comment
962If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
975Missing parameter type
977Missing parameter type
979Missing parameter type
982Return type missing for @return tag in function comment
1001Missing parameter type
1003Missing parameter type
1005Missing parameter type
1008Return type missing for @return tag in function comment
1040Missing parameter type
1044Return type missing for @return tag in function comment
1070Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1081Missing parameter type
1083Missing parameter type
1085Missing parameter type
1088Return type missing for @return tag in function comment
1103Missing parameter type
1105Missing parameter type
1107Missing parameter type
1110Return type missing for @return tag in function comment
1125Missing parameter type
1128Return type missing for @return tag in function comment
1135Case breaking statements must be followed by a single blank line
1140Code after RETURN statement cannot be executed
1143Case breaking statements must be followed by a single blank line
1148Code after RETURN statement cannot be executed
1183Missing parameter type
1186Return type missing for @return tag in function comment
1207A cast statement must be followed by a single space
1209A cast statement must be followed by a single space
1252If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1261Missing parameter type
1263Missing parameter type
1265Missing parameter type
1289Line exceeds 80 characters; contains 98 characters
1345There should be no white space after an opening "{"
1345Comments may not appear after statements
1388Case breaking statements must be followed by a single blank line
1391Case breaking statements must be followed by a single blank line
1421Inline control structures are not allowed
1421There should be no white space after an opening "("
1421There should be no white space before a closing ")"
1422Inline control structures are not allowed
1462Missing parameter type
1465Return type missing for @return tag in function comment
1469If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
1485Missing parameter type
1487Missing parameter type
1491Return type missing for @return tag in function comment
1530Concat operator must be surrounded by a single space
1540Missing parameter type

ubercart 7.x-3.x-dev branch result

History

UpdatedResult
28 Jun 2017 at 08:30 UTC