We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91075b0 commit 609e41fCopy full SHA for 609e41f
1 file changed
system/Test/CIUnitTestCase.php
@@ -45,6 +45,9 @@ abstract class CIUnitTestCase extends TestCase
45
/**
46
* Methods to run during setUp.
47
*
48
+ * WARNING: Do not override unless you know exactly what you are doing.
49
+ * This property may be deprecated in the future.
50
+ *
51
* @var array of methods
52
*/
53
protected $setUpMethods = [
@@ -57,6 +60,8 @@ abstract class CIUnitTestCase extends TestCase
57
60
58
61
* Methods to run during tearDown.
59
62
63
+ * WARNING: This property may be deprecated in the future.
64
65
66
67
protected $tearDownMethods = [];
0 commit comments