Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jun 28, 2024
1 parent d2c2e31 commit 538b2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// extension.neon contains relative links.
$helperDirectory = dirname(__DIR__) . '/vendor/szepeviktor/phpstan-wordpress';
if (! is_dir($helperDirectory)) {
// phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_mkdir
mkdir($helperDirectory, 0777, true);
}
copy(dirname(__DIR__) . '/extension.neon', $helperDirectory . '/extension.neon');
Expand Down

0 comments on commit 538b2f0

Please sign in to comment.