Skip to content

Commit

Permalink
Update WordPress/Tests/WP/AlternativeFunctionsUnitTest.inc
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Jones <github@garyjones.io>
  • Loading branch information
sandeshjangam and GaryJones committed Dec 19, 2022
1 parent 5653e70 commit 10a814d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions WordPress/Tests/WP/AlternativeFunctionsUnitTest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ use function curl_init as curl_version; // Bad.

unlink(); // Warning.
rename(); // Warning.
chgrp(); // Warning
chmod(); // Warning
chown(); // Warning
is_writable(); // Warning
is_writeable(); // Warning
mkdir(); // Warning
rmdir(); // Warning
touch(); // Warning
fputs(); // Warning
chgrp(); // Warning.
chmod(); // Warning.
chown(); // Warning.
is_writable(); // Warning.
is_writeable(); // Warning.
mkdir(); // Warning.
rmdir(); // Warning.
touch(); // Warning.
fputs(); // Warning.

0 comments on commit 10a814d

Please sign in to comment.