DOCS typo

This commit is contained in:
Daniel Hensby 2017-07-19 14:25:46 +01:00
parent d7095c2213
commit 9b3cfdca87
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -2071,7 +2071,7 @@ New `TimeField` methods replace `getConfig()` / `setConfig()`
### <a name="overview-testing"></a>SapphireTest
* `is_running_tests()` is no logger public and user code should not rely on this. Test-specific behaviour
* `is_running_tests()` is no longer public and user code should not rely on this. Test-specific behaviour
should be implemented in `setUp()` and `tearDown()`
* `setUpOnce` removed. Please use `setUpBeforeClass`
* `tearDownOnce` removed. Please use `tearDownAfterClass`