File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2525 </exclude >
2626 </whitelist >
2727 </filter >
28- <logging >
29- <log type =" coverage-html" target =" build/html/" />
30- <log type =" coverage-clover" target =" build/logs/clover.xml" />
31- </logging >
32- </phpunit >
28+
29+ </phpunit >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function test_debug_mode()
5050 {
5151 $ dispatch = m::mock (Dispatcher::class);
5252 $ dispatch
53- ->shouldReceive ('fire ' )
53+ ->shouldReceive ('dispatch ' )
5454 ->andReturnNull ();
5555 $ debug = new Debug ($ dispatch );
5656 $ this ->bot ->setDebug ($ debug );
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function setUp()
4343 ->andReturn (false );
4444 $ dispatch = m::mock (Dispatcher::class);
4545 $ dispatch
46- ->shouldReceive ('fire ' )
46+ ->shouldReceive ('dispatch ' )
4747 ->andReturnNull ();
4848 $ this ->debug = new Debug ($ dispatch );
4949 }
You can’t perform that action at this time.
0 commit comments