Skip to content

[Filesystem] create FilesystemTestCase from FilesystemTest #8333

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
Jul 2, 2013
Merged

[Filesystem] create FilesystemTestCase from FilesystemTest #8333

merged 1 commit into from
Jul 2, 2013

Conversation

zakharovvi
Copy link
Contributor

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

FilesystemTest methods are useful for testing any class are working with file system

@fabpot
Copy link
Member

fabpot commented Jun 23, 2013

If I understand correctly, you want to reuse some of the logic of the Symfony tests in your own tests, correct?

@zakharovvi
Copy link
Contributor Author

Yes, I want to use FilesystemTestCase in my own tests.

fabpot added a commit that referenced this pull request Jul 2, 2013
This PR was merged into the master branch.

Discussion
----------

[Filesystem] create FilesystemTestCase from FilesystemTest

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

FilesystemTest methods are useful for testing any class are working with file system

Commits
-------

266df16 [Filesystem] create FilesystemTestCase from FilesystemTest
@fabpot fabpot merged commit 266df16 into symfony:master Jul 2, 2013
@zakharovvi zakharovvi deleted the filesystem_test_case branch July 2, 2013 14:45
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.

2 participants