Skip to content

Commit

Permalink
Fix mock file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Nov 1, 2023
1 parent b4c0f5f commit 10831e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/fixtures/mocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,18 @@ function sha1(string $str)
}

namespace Platine\Framework\Template\Tag;
use Platine\Config\Config;
use Platine\Framework\Http\RouteHelper;
use Platine\Framework\Security\Csrf\CsrfManager;
use Platine\Http\ServerRequestInterface;
use Platine\Lang\Lang;
use Platine\Session\Session;
use Platine\Test\Framework\Fixture\MyConfig;
use Platine\Test\Framework\Fixture\MyCsrfManager;
use Platine\Test\Framework\Fixture\MyLang;
use Platine\Test\Framework\Fixture\MyRouteHelper;
use Platine\Test\Framework\Fixture\MyServerRequest;
use Platine\Test\Framework\Fixture\MySession;

$mock_app_to_instance = false;
$mock_app_lang_methods = [];
Expand Down

0 comments on commit 10831e4

Please sign in to comment.