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 #8

Closed
wants to merge 1 commit into from
Closed

Conversation

peter279k
Copy link

Changed log

  • Using the psr-4 autoload because psr-o is deprecated.
  • Using the PHPUnit namespace to be compatible with latest stable PHPUnit version.
  • Let hhvm version be failed because it seems this version will be failed in Travis CI build.

@@ -1,5 +1,7 @@
<?php

namespace JsonpCallbackValidator;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a BC break, because you are changing the class name

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @stof, thank you for your reply.

I've reverted JsonpCallbackValidator namespace.

@willdurand
Copy link
Owner

I kinda fixed the test suite in #11 so I don't think this is necessary. If you feel otherwise, which is fine, please submit a new PR!

@willdurand willdurand closed this Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants