Skip to content

Commit b321ff0

Browse files
authored
Update test cases for ValidateDomainSniff
1 parent f3fff76 commit b321ff0

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
@@ -21,7 +21,7 @@ public function testProcess() {
2121

2222
$phpcsFile = $this->process( new ValidateDomainSniff() );
2323

24-
$this->fileHasErrors( $phpcsFile, 'InvalidDomain', [ 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 41 ] );
24+
$this->fileHasErrors( $phpcsFile, 'InvalidDomain', [ 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 41 ] );
2525
$this->fileHasErrors( $phpcsFile, 'NotStringDomain', [ 38 ] );
2626
}
2727

0 commit comments

Comments
 (0)