Skip to content

Commit

Permalink
Missing mocked methods
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Apr 5, 2018
1 parent 8df1e1b commit 4bb9902
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,21 @@ protected function mockLoop()
{
return $this->getMock('React\EventLoop\LoopInterface', [
'futureTick',
'nextTick',
'addReadStream',
'addWriteStream',
'removeReadStream',
'removeWriteStream',
'removeStream',
'addTimer',
'addPeriodicTimer',
'cancelTimer',
'isTimerActive',
'addSignal',
'removeSignal',
'run',
'stop',
'tick',
]);
}
}

0 comments on commit 4bb9902

Please sign in to comment.