mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS typo
This commit is contained in:
parent
d7095c2213
commit
9b3cfdca87
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user