-
Notifications
You must be signed in to change notification settings - Fork 32
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
remove unused dependencies from composer.json #71
Conversation
Hmm, @prolic I see the PHP 7.3 test failed, but I also see it was only recently added. Is it not ready yet and expected to fail, or has removing the dependencies introduced an issue I should look into? |
All good, that's a known issue with the tests, see #67. It happens sporadically, no matter which PHP version you test. If you find the root cause, let me know. For me it's now not the most important part to work on, I'll focus on more serious issues for now. It's probably some timing issue. |
@prolic I can take a look if I can find something. Is there an easy way to run all the tests? I only work through Docker so I don't have any tooling installed locally. I do see a |
@prolic uh nevermind, I found the |
@prolic ok I can't seem to run the tests properly :( I'm running:
Which results in:
I'm kind of baffled by it, if I enter the container and do a |
Nope, that's new to me. Maybe I have time to investigate tomorrow. |
@prolic I was running it on a Windows machine, just now I tried it on my Mac and there it works fine so it's probably some annoying issue with Windows and Docker and bind mounts (it's not the first time I've had weird issues around files due to Windows and Docker not playing nice). So ignore it for now, if I need to run tests I'll do it on my Mac. |
Good because I don't have windows :-)
…On Sun, Dec 23, 2018, 06:32 SunMar ***@***.*** wrote:
@prolic <https://github.com/prolic> I was running it on a Windows
machine, just now I tried it on my Mac and there it works fine so it's
probably some annoying issue with Windows and Docker and bind mounts (it's
not the first time I've had weird issues around files due to Windows and
Docker not playing nice). So ignore it for now, if I need to run tests I'll
do it on my Mac.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYEvMDvSLPmUcc5ieTcOj1Ipwc8Yz3gks5u7rMTgaJpZM4ZflEM>
.
|
No description provided.