Bug #26230
Add unit tests for t3lib_div::mkdir_deep
| Status: | Closed | Start date: | 2011-04-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christian Kuhn | % Done: | 100% |
|
| Category: | Unit Tests | |||
| Target version: | 4.6.0-alpha1 | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
Add unit tests for t3lib_div::mkdir_deep()
Add new unit tests for mkdir_deep() to document current behavior,
and cleanup variable namings in the method (no functional change).
Depends: #26228
Releases: 4.6
Related issues
| related to PHPUnit - Bug #13278: vfsStreamWrapper cannot be used if it is not included | Resolved | 2011-02-23 | ||
| related to Core - Bug #26240: Use recursive option of mkdir in t3lib_div::mkdir_deep | Closed | 2011-04-24 | ||
| blocks Core - Task #26263: Update caching framework to latest FLOW3 version | Closed | 2011-04-25 |
Associated revisions
[BUGFIX] Add unit tests for t3lib_div::mkdir_deep
Add new unit tests for mkdir_deep() to document current behavior.
Clean up variable names in mkdir_deep (no functional change).
Change-Id: Ied48fbb5c23d7e9152464b4f71ace60be04f6074
Resolves: #26230
Depends: #26228
Releases: 4.6
Reviewed-on: http://review.typo3.org/1714
Reviewed-by: Susanne Moog
Tested-by: Susanne Moog
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
Updated by Christian Kuhn about 2 years ago
- Category set to Unit Tests
Updated by Christian Kuhn about 2 years ago
Test mkdirDeepCreatesDirectoryInVfsStream() is skipped for current TER phpunit 3.5.10, to run the test, phpunit trunk checkout from forge is needed until a new version was released to TER.
Updated by Mr. Hudson about 2 years ago
Patch set 1 of change Ied48fbb5c23d7e9152464b4f71ace60be04f6074 has been pushed to the review server.
It is available at http://review.typo3.org/1714
Updated by Mr. Hudson about 2 years ago
Patch set 2 of change Ied48fbb5c23d7e9152464b4f71ace60be04f6074 has been pushed to the review server.
It is available at http://review.typo3.org/1714
Updated by Susanne Moog about 2 years ago
- Status changed from New to Under Review
- Assignee set to Christian Kuhn
Updated by Mr. Hudson about 2 years ago
Patch set 3 of change Ied48fbb5c23d7e9152464b4f71ace60be04f6074 has been pushed to the review server.
It is available at http://review.typo3.org/1714
Updated by Christian Kuhn about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9a39d0d6b2e18d60529c2c5fda6556d2e63bde19.
Updated by Xavier Perseguers about 1 year ago
- Status changed from Resolved to Closed