mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Updated to Laravel 5
This commit is contained in:
@@ -18,7 +18,7 @@ class CartTest extends PHPUnit_Framework_TestCase {
|
||||
public function setUp()
|
||||
{
|
||||
$session= new SessionMock;
|
||||
$this->events = m::mock('Illuminate\Events\Dispatcher');
|
||||
$this->events = m::mock('Illuminate\Contracts\Events\Dispatcher');
|
||||
|
||||
$this->cart = new Cart($session, $this->events);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user