Skip to content

Commit 609e41f

Browse files
committed
docs: add Warning
1 parent 91075b0 commit 609e41f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

system/Test/CIUnitTestCase.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ abstract class CIUnitTestCase extends TestCase
4545
/**
4646
* Methods to run during setUp.
4747
*
48+
* WARNING: Do not override unless you know exactly what you are doing.
49+
* This property may be deprecated in the future.
50+
*
4851
* @var array of methods
4952
*/
5053
protected $setUpMethods = [
@@ -57,6 +60,8 @@ abstract class CIUnitTestCase extends TestCase
5760
/**
5861
* Methods to run during tearDown.
5962
*
63+
* WARNING: This property may be deprecated in the future.
64+
*
6065
* @var array of methods
6166
*/
6267
protected $tearDownMethods = [];

0 commit comments

Comments
 (0)