Skip to content

Commit

Permalink
Merge branch '3.3' into 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Feb 24, 2017
2 parents 4b5efda + 70ed39d commit 63b861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected function afterApplicationCreated(callable $callback)
*/
protected function beforeApplicationDestroyed(callable $callback)
{
$this->beforeApplicationDestroyedCallbacks[] = $callback;
array_unshift($this->beforeApplicationDestroyedCallbacks, $callback);
}

/**
Expand Down

0 comments on commit 63b861a

Please sign in to comment.