Tests
This commit is contained in:
parent
c89533a70b
commit
72bc1238ba
2 changed files with 14 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue