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

Change to client_id #29

Closed
wants to merge 0 commits into from
Closed

Change to client_id #29

wants to merge 0 commits into from

Conversation

dbfx
Copy link

@dbfx dbfx commented Jul 23, 2019

Castle seems to require snakecase and not camelcase.

@joladev
Copy link
Contributor

joladev commented Jul 23, 2019

Hi! Appreciate the PR, but it seems to be breaking some tests. If you have the time, please take a look at fixing the tests. Otherwise, I'll take care of it when I'm free.

@dbfx
Copy link
Author

dbfx commented Jul 23, 2019

Hi! Appreciate the PR, but it seems to be breaking some tests. If you have the time, please take a look at fixing the tests. Otherwise, I'll take care of it when I'm free.

Sure thing, I think I've fixed it now but the 7.2 compile error is actually more complicated. It's because of this:

Fatal error: Declaration of Castle_TestCase::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void in /home/travis/build/castle/castle-php/test/Castle.php on line 3

phpUnit setUp hint is void, where your test is not. I suspect this has been broken for a while, and I could add it but probably the whole of 7.2 is broken due to the changes in phpUnit?

@dbfx
Copy link
Author

dbfx commented Jul 25, 2019 via email

@joladev
Copy link
Contributor

joladev commented Jul 25, 2019

@dbfx the mystery is how the 7.2 builds ran successfully last year! I'll try to dig into it and get back to you as soon as possible

@joladev
Copy link
Contributor

joladev commented Jul 25, 2019

@dbfx alright, we've decided to drop support for PHP5 and if you rebase on master you should be all green. We'll make a major release after this.

@dbfx
Copy link
Author

dbfx commented Jul 25, 2019 via email

@joladev
Copy link
Contributor

joladev commented Jul 26, 2019

I was trying to be fancy and update your fork branch. No idea what happened but not able to reopen this. Created new PR with your changes #31

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.

None yet

3 participants