Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ragboyjr committed Nov 2, 2024
1 parent ed72c54 commit 24f7fa8
Show file tree
Hide file tree
Showing 4 changed files with 1,790 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Install Composer Deps
run: composer install
- name: Run Tests
run: phpunit --testdox --coverage-text --coverage-clover=coverage.clover
run: composer test
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build
composer.lock
vendor
doc/public
doc/data/versions.json
/vendor
/doc/public
/doc/data/versions.json
/doc/.hugo_build.lock
.generated
.phpunit.result.cache
Loading

0 comments on commit 24f7fa8

Please sign in to comment.