diff --git a/features/checksum-core.feature b/features/checksum-core.feature index f58e26f0..2f1463a3 100644 --- a/features/checksum-core.feature +++ b/features/checksum-core.feature @@ -151,6 +151,11 @@ Feature: Validate checksums for WordPress install """ # BEGIN WordPress """ + And a .maintenance file: + """ + include_root ) { - return ( 1 !== preg_match( '/^(\.htaccess$|wp-config\.php$|wp-content\/)/', $filepath ) ); + return ( 1 !== preg_match( '/^(\.htaccess$|\.maintenance$|wp-config\.php$|wp-content\/)/', $filepath ) ); } return ( 0 === strpos( $filepath, 'wp-admin/' )