Skip to content

Commit

Permalink
MNT Add new param to test class
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 24, 2024
1 parent 7fb714d commit 4fb3a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Model/LDAPFakeMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class LDAPFakeMember extends Member implements TestOnly
*
* @return int|void
*/
public function write($showDebug = false, $forceInsert = false, $forceWrite = false, $writeComponents = false)
public function write($showDebug = false, $forceInsert = false, $forceWrite = false, $writeComponents = false, bool $skipValidation = false)
{
// Noop
}
Expand Down

0 comments on commit 4fb3a26

Please sign in to comment.