Skip to content

Commit

Permalink
Fix the codeception tests for the new file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Sep 3, 2020
1 parent 6c1bd71 commit c4ac36a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codeception.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ extensions:
src: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/src"
vendor: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/vendor"
publishpress-authors.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/publishpress-authors.php"
includes.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/includes.php"
deprecated.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/deprecated.php"
defines.php: "%WP_ROOT_FOLDER%/wp-content/plugins/publishpress-authors/defines.php"

params:
- .env.testing
settings:
shuffle: true
lint: true
report_useless_tests: true
report_useless_tests: true

0 comments on commit c4ac36a

Please sign in to comment.