Skip to content

Commit 876e19d

Browse files
authored
Update test for multi-domain validation errors
1 parent 035ffea commit 876e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WPForms/Tests/Tests/PHP/ValidateDomainTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testProcessWithMultiDomains() {
3434

3535
$phpcsFile = $this->process( new ValidateDomainSniff(), 'MultiDomains' );
3636

37-
$this->fileHasErrors( $phpcsFile, 'InvalidDomain', [ 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24, 25, 26 ] );
37+
$this->fileHasErrors( $phpcsFile, 'InvalidDomain', [ 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24, 25, 26, 34 ] );
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)