Skip to content

Commit

Permalink
docs: add @deprecated in MockCodeIgniter
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 11, 2023
1 parent 86a7715 commit b90efb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/Test/Mock/MockCodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ class MockCodeIgniter extends CodeIgniter
{
protected ?string $context = 'web';

/**
* @param int $code
*
* @deprecated 4.4.0 No longer Used. Moved to index.php.
*/
protected function callExit($code)
{
// Do not call exit() in testing.
Expand Down

0 comments on commit b90efb1

Please sign in to comment.