Skip to content

Commit b90efb1

Browse files
committed
docs: add @deprecated in MockCodeIgniter
1 parent 86a7715 commit b90efb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

system/Test/Mock/MockCodeIgniter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ class MockCodeIgniter extends CodeIgniter
1717
{
1818
protected ?string $context = 'web';
1919

20+
/**
21+
* @param int $code
22+
*
23+
* @deprecated 4.4.0 No longer Used. Moved to index.php.
24+
*/
2025
protected function callExit($code)
2126
{
2227
// Do not call exit() in testing.

0 commit comments

Comments
 (0)