Skip to content

Commit

Permalink
remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Jul 27, 2023
1 parent d7ea85f commit f4c889d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
coverage: none

- name: Detect duplicate code
run: phpcpd app/ tests/
run: phpcpd app/
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
// The paths to refactor (can also be supplied with CLI arguments)
$rectorConfig->paths([
__DIR__ . '/src/',
__DIR__ . '/tests/',
]);

// Include Composer's autoload - required for global execution, remove if running locally
Expand Down

0 comments on commit f4c889d

Please sign in to comment.