5 pass, 6 fail

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

56Backup_migrate.Backup_migrate
32Backup_migrate.BmTestBasics
testFirstBackup
exception: [Notice] Line 103 of sites/all/modules/backup_migrate/tests/BmTestBasics.test:
Undefined offset: 0
query
exception: [PDOException] Line 437 of sites/all/modules/backup_migrate/includes/sources.db.mysql.inc:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'jenkins_drupal_d7_82167.simpletest369018cache_block' doesn't exist: SHOW CREATE TABLE `simpletest369018cache_block`; Array
(
)
- setUp
- loginUser1
- testMainPage
24Backup_migrate.BmTestProfiles
runBackup
fail: [Browser] Line 160 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
HTTP response expected 200, actual 500

fail: [Other] Line 164 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
"Default Database backed up successfully" found

fail: [Other] Line 165 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
"in destination" found

fail: [Other] Line 166 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
Link with label download found.

fail: [Other] Line 167 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
Link with label restore found.

fail: [Other] Line 168 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
Link with label delete found.
query
exception: [PDOException] Line 437 of sites/all/modules/backup_migrate/includes/sources.db.mysql.inc:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'jenkins_drupal_d7_82167.simpletest450933role_permission' doesn't exist: SHOW CREATE TABLE `simpletest450933role_permission`; Array
(
)
testFilenameOptions
fail: [Other] Line 105 of sites/all/modules/backup_migrate/tests/BmTestProfiles.test:
One backup file was found.

fail: [Other] Line 106 of sites/all/modules/backup_migrate/tests/BmTestProfiles.test:
Value 0 is TRUE.

fail: [Other] Line 114 of sites/all/modules/backup_migrate/tests/BmTestProfiles.test:
Two backup files were found.
fileHasTimestamp
exception: [Notice] Line 200 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
Trying to get property of non-object

exception: [Warning] Line 200 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
implode(): Invalid arguments passed

exception: [Notice] Line 203 of sites/all/modules/backup_migrate/tests/BmTestBase.test:
Trying to get property of non-object
- setUp
- loginUser1

58 coding standards messages

includes/destinations.ftp.inc
line 13Class name must begin with a capital letter
13Class name must use UpperCamel naming without underscores
14Class property $supported_ops should use lowerCamel naming without underscores
14The var keyword must not be used to declare a property
14Visibility must be declared on property "$supported_ops"
14If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
15The var keyword must not be used to declare a property
15Visibility must be declared on property "$ftp"
20Public method name "backup_migrate_destination_ftp::_save_file" is not in lowerCamel format
31Public method name "backup_migrate_destination_ftp::load_file" is not in lowerCamel format
44Public method name "backup_migrate_destination_ftp::_delete_file" is not in lowerCamel format
49Public method name "backup_migrate_destination_ftp::_list_files" is not in lowerCamel format
49Missing function doc comment
63Public method name "backup_migrate_destination_ftp::edit_form" is not in lowerCamel format
89Public method name "backup_migrate_destination_ftp::set_pasv" is not in lowerCamel format
89Missing function doc comment
93Public method name "backup_migrate_destination_ftp::get_pasv" is not in lowerCamel format
93Missing function doc comment
97Visibility must be declared on method "set_ssl"
97Method name "backup_migrate_destination_ftp::set_ssl" is not in lowerCamel format
97Missing function doc comment
98A cast statement must be followed by a single space
101Visibility must be declared on method "get_ssl"
101Method name "backup_migrate_destination_ftp::get_ssl" is not in lowerCamel format
101Missing function doc comment
105Visibility must be declared on method "ssl_enabled"
105Method name "backup_migrate_destination_ftp::ssl_enabled" is not in lowerCamel format
105Missing function doc comment
105Expected 1 space before opening brace; found 0
109Public method name "backup_migrate_destination_ftp::ftp_object" is not in lowerCamel format
109Missing function doc comment
123Line exceeds 80 characters; contains 89 characters
124Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
129Line exceeds 80 characters; contains 112 characters
147Line exceeds 80 characters; contains 98 characters
148Doc comment short description must be on a single line, further text should be a separate paragraph
157Expected 1 space after IF keyword; 0 found
157Expected 1 space after closing parenthesis; found 0
158Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
161Expected 1 space after ELSE keyword; 0 found
203Line exceeds 80 characters; contains 111 characters
204Doc comment short description must be on a single line, further text should be a separate paragraph
226Line exceeds 80 characters; contains 103 characters
227Line exceeds 80 characters; contains 90 characters
227Doc comment short description must be on a single line, further text should be a separate paragraph
289Line exceeds 80 characters; contains 109 characters
289Doc comment short description must be on a single line, further text should be a separate paragraph
313Line exceeds 80 characters; contains 122 characters
314Doc comment short description must be on a single line, further text should be a separate paragraph
348Line exceeds 80 characters; contains 86 characters
349Line exceeds 80 characters; contains 100 characters
349Doc comment short description must be on a single line, further text should be a separate paragraph
379Line exceeds 80 characters; contains 81 characters
379Doc comment short description must be on a single line, further text should be a separate paragraph
402Line exceeds 80 characters; contains 133 characters
402Doc comment short description must be on a single line, further text should be a separate paragraph
418sizeof() is a function name alias, use count() instead
441PHP keywords must be lowercase; expected "or" but found "OR"

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

History

UpdatedResult
18 Apr 2019 at 12:42 UTC
28 Sep 2018 at 02:39 UTC
15 Jun 2018 at 00:52 UTC