1
0
Fork 0
This commit is contained in:
Michael 2021-07-27 06:17:24 +00:00
commit 72bc1238ba
2 changed files with 14 additions and 0 deletions

View file

@ -101,6 +101,8 @@ trait AppMockTrait
->andReturn($root->url());
$this->profilerMock = \Mockery::mock(Profiler::class);
$this->profilerMock->shouldReceive('startRecording');
$this->profilerMock->shouldReceive('stopRecording');
$this->profilerMock->shouldReceive('saveTimestamp');
$this->dice->shouldReceive('create')
->with(Profiler::class)