Actions
Bug #59436
closedtearDown don't clean up database
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2014-06-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
The functional testing is not cleaning up the databases when running the functional testing from cli. I'm using the FunctionalTestsBootstrap.
- ./typo3conf/ext/phpunit/Composer/vendor/bin/phpunit --process-isolation --colors --bootstrap typo3/sysext/core/Build/FunctionalTestsBootstrap.php typo3/sysext/core/Tests/Functional/DataHandling/IRRE
After this command I have 2 temporary databases still existing. I have the same issue with my own functional tests, but to "prove" that it was not a local issue i tried with the Core-Functional testing.
Any know issues on this topic?
Actions