mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update sapphiretest docs
This commit is contained in:
parent
0b09a510f4
commit
7032c4a478
@ -2071,6 +2071,8 @@ 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
|
||||
should be implemented in `setUp()` and `tearDown()`
|
||||
* `setUpOnce` removed. Please use `setUpBeforeClass`
|
||||
* `tearDownOnce` removed. Please use `tearDownAfterClass`
|
||||
* `TestListener` class removed
|
||||
|
Loading…
Reference in New Issue
Block a user