mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md
Better worded Co-Authored-By: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
parent
1197b94415
commit
7900d2aeb1
@ -71,7 +71,7 @@ permissions to create new databases on your server.
|
||||
</div>
|
||||
|
||||
<div class="notice" markdown="1">
|
||||
The test database is rebuilt every time one of the test methods is run and cleaned up afterwards. If the test is interrupted the database is not cleaned up, over time, you may have several hundred test
|
||||
The test database is rebuilt every time one of the test methods is run and is removed afterwards. If the test is interrupted, the database will not be removed. Over time, you may have several hundred test
|
||||
databases on your machine. To get rid of them, run `sake dev/tasks/CleanupTestDatabasesTask`.
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user