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

Test enhancement #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peter279k
Copy link

Changed log

  • Since the PHP package requires php-7.1 version, it should upgrade PHPUnit to ~7 version semver.
  • Using the PSR-4 autoloading for InterNations\\Component\\Solr\\ and InterNations\\Component\\Solr\\Tests\\.
  • Removing some attributes on phpunit.xml.dist file because they're unused and invalid.

The PHPUnit warning messages are as follows:

  Warning - The configuration file did not pass validation!
  The following problems have been detected:

  Line 10:
  - Element 'phpunit', attribute 'strict': The attribute 'strict' is not allowed.

  Line 21:
  - Element 'log', attribute 'title': The attribute 'title' is not allowed.
  - Element 'log', attribute 'charset': The attribute 'charset' is not allowed.
  - Element 'log', attribute 'yui': The attribute 'yui' is not allowed.
  - Element 'log', attribute 'highlight': The attribute 'highlight' is not allowed.

  Line 23:
  - Element 'log', attribute 'logIncompleteSkipped': The attribute 'logIncompleteSkipped' is not allowed.

  Line 27:
  - Element 'blacklist': This element is not expected. Expected is ( whitelist ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant