mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -37,8 +37,7 @@ class RequestLoggerTest extends TestCase
|
||||
public function it_can_clear_the_requests()
|
||||
{
|
||||
$browser = m::mock(Browser::class);
|
||||
$browser->shouldReceive('post')
|
||||
->twice();
|
||||
$browser->shouldReceive('post')->once();
|
||||
|
||||
$cliLogger = m::mock(CliRequestLogger::class);
|
||||
$cliLogger->shouldReceive('logRequest')->once();
|
||||
|
||||
Reference in New Issue
Block a user