Skip to content

Commit

Permalink
rename tests names from *.phpt to *.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Mar 8, 2024
1 parent 9ec13c6 commit 9b2af9c
Show file tree
Hide file tree
Showing 78 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end_of_line = lf
insert_final_newline = true

# JS / PHP
[*.{php,phpt}]
[*.php]
charset = utf-8
indent_style = tab
indent_size = 4
Expand Down
3 changes: 0 additions & 3 deletions .phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ parameters:
- tests/cases
- tests/inc
- tests/bootstrap.php
fileExtensions:
- php
- phpt
earlyTerminatingMethodCalls:
Tester\Assert:
- fail
Expand Down

0 comments on commit 9b2af9c

Please sign in to comment.