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

Fixed integration tests for UploadedFile, Uri #54

Merged
merged 2 commits into from
Sep 8, 2018

Conversation

danopz
Copy link
Member

@danopz danopz commented Jul 22, 2018

After php-http/psr7-integration-tests finally added some tests for UploadedFile I checked if we are compatible and found out that our test setup of the UploadedFile was wrong, which ended in errors running PHPUnit.
Now the tests should be running fine.

Edit:
With latest updates Uri integration tests were failing too.

@coveralls
Copy link

coveralls commented Jul 22, 2018

Coverage Status

Coverage increased (+0.009%) to 97.795% when pulling 1992476 on danopz:uploadedfile-integration-tests into 987b9cf on slimphp:master.

@danopz danopz changed the title Fixed integration tests for UploadedFile Fixed integration tests for UploadedFile, Uri Jul 23, 2018
@danopz danopz mentioned this pull request Jul 31, 2018
4 tasks
@danopz
Copy link
Member Author

danopz commented Aug 23, 2018

@akrabat would you may have a look? This one makes other PRs red

@akrabat
Copy link
Member

akrabat commented Sep 8, 2018

Running the tests results in a .tmp directory. Should this be tidied up by the tests or .gitignore'd?

@akrabat akrabat merged commit 1992476 into slimphp:master Sep 8, 2018
akrabat added a commit that referenced this pull request Sep 8, 2018
@akrabat
Copy link
Member

akrabat commented Sep 8, 2018

I added /.tmp to .gitignore.

@akrabat akrabat added this to the 0.4 milestone Sep 8, 2018
@danopz danopz deleted the uploadedfile-integration-tests branch September 10, 2018 06:39
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