Update sapphiretest docs

This commit is contained in:
Damian Mooyman 2017-07-07 10:45:39 +12:00
parent 0b09a510f4
commit 7032c4a478
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -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