Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert not in production commits #22

Merged
merged 11 commits into from
Sep 14, 2022
Merged
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- composer validate --no-check-all --no-check-publish
- composer install

script: ./vendor/bin/phpunit Test/
script: ./vendor/bin/phpunit testbench/xlsxwriter.class.Test.php

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
60 changes: 0 additions & 60 deletions Test/FilePropertyTest.php

This file was deleted.

Loading