Skip to content

Commit

Permalink
Setup a default example event to pass tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Dec 15, 2018
1 parent 81156bc commit 18a62db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/Spock/tests/CommanderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public function setUp()

$this->commander = (new Commander($this->log))
->config(['environments' => ['production']])
->environment('production');
->environment('production')
->event(new ExampleEvent);
}

public function tearDown()
Expand Down

0 comments on commit 18a62db

Please # to comment.