Skip to content

Commit

Permalink
tests: make afterApplicationCreated() callback registration public (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn authored and taylorotwell committed Sep 18, 2016
1 parent 54fe009 commit 25c76ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Testing/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ protected function tearDown()
* @param callable $callback
* @return void
*/
protected function afterApplicationCreated(callable $callback)
public function afterApplicationCreated(callable $callback)
{
$this->afterApplicationCreatedCallbacks[] = $callback;

Expand Down

0 comments on commit 25c76ea

Please sign in to comment.