You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/testing/overview.rst
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,28 +101,6 @@ parent as well so extended test cases do not interfere with staging:
101
101
102
102
.. literalinclude:: overview/003.php
103
103
104
-
In addition to these methods, ``CIUnitTestCase`` also comes with a convenience property
105
-
``$setUpMethods`` and ``$tearDownMethods`` for
106
-
parameter-free methods you want to run during set up and tear down:
107
-
108
-
.. literalinclude:: overview/004.php
109
-
110
-
You can see by default these handle the mocking of intrusive services, but your class may override
111
-
that or provide their own:
112
-
113
-
.. literalinclude:: overview/005.php
114
-
115
-
.. note:: When you override ``$setUpMethods`` properties, do not remove the following items that are set in the parent class by default unless you know they are truly unnecessary.
0 commit comments