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

PHPUnit tests are broken on the develop branch #1770

Closed
mdupont opened this issue Dec 2, 2019 · 0 comments · Fixed by #1771
Closed

PHPUnit tests are broken on the develop branch #1770

mdupont opened this issue Dec 2, 2019 · 0 comments · Fixed by #1771

Comments

@mdupont
Copy link
Contributor

mdupont commented Dec 2, 2019

Describe the Bug

When running tests with composer run-script check --timeout=0 on the develop branch, multiple errors are reported, because of an error in /tests/PhpWord/_includes/AbstractWebServerEmbeddedTest.php

Steps to Reproduce

Running:

$ composer run-script check --timeout=0

will print:

ERRORS!
Tests: 621, Assertions: 1675, Errors: 111.
Script phpunit --color=always --no-coverage handling the test-no-coverage event returned with error code 2
Script @test-no-coverage was called via check

Expected Behavior

Tests should pass on the develop branch, which is the main branch of the project.

Current Behavior

Tests are not passing.

Context

  • PHP Version: 7.3 and 7.4
  • PHPWord Version: develop branch HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant