Skip to content

[Filesystem] fix tests on 2.3 #17071

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

Merged
merged 1 commit into from
Dec 20, 2015
Merged

[Filesystem] fix tests on 2.3 #17071

merged 1 commit into from
Dec 20, 2015

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Dec 19, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #16797
License MIT
Doc PR

The test introduced in #16797 used the assertFilePermissions() method
to test for the expected result. This worked quite well for the PR as it
was submitted for the master branch. However, the tests now fail on
2.3 as the FilesystemTestCase class which contains this method was
introduced with Symfony 2.4.

@xabbuh xabbuh changed the title [Filesystem fix tests on 2.3 [Filesystem] fix tests on 2.3 Dec 19, 2015
The test introduced in symfony#16797 used the `assertFilePermissions()` method
to test for the expected result. This worked quite well for the PR as it
was submitted for the `master` branch. However, the tests now fail on
2.3 as the `FilesystemTestCase` class which contains this method was
introduced with Symfony 2.4.
@jakzal
Copy link
Contributor

jakzal commented Dec 20, 2015

👍

@fabpot
Copy link
Member

fabpot commented Dec 20, 2015

Thank you @xabbuh.

@fabpot fabpot merged commit 9050f67 into symfony:2.3 Dec 20, 2015
fabpot added a commit that referenced this pull request Dec 20, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

[Filesystem] fix tests on 2.3

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #16797
| License       | MIT
| Doc PR        |

The test introduced in #16797 used the `assertFilePermissions()` method
to test for the expected result. This worked quite well for the PR as it
was submitted for the `master` branch. However, the tests now fail on
2.3 as the `FilesystemTestCase` class which contains this method was
introduced with Symfony 2.4.

Commits
-------

9050f67 [Filesystem] fix tests on 2.3
@xabbuh xabbuh deleted the pr-16797 branch December 20, 2015 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants