Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 28, 2024
1 parent d484975 commit 94d545e
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [[ "$FAILURES" ]]; then
fi

# Place a good test file.
printf "<?php\n\ndeclare(strict_types = 1);\n\n/**\n * @file\n * Good test file.\n */\n" > good.php
printf "<?php\n\n/**\n * @file\n * Good test file.\n */\n\ndeclare(strict_types=1);\n" > good.php

# Test that the SUT's standards can be run.
EXPECTED=(
Expand Down
Loading

0 comments on commit 94d545e

Please sign in to comment.