Skip to content

Commit

Permalink
Merge pull request #110 from stevebauman/patch-1
Browse files Browse the repository at this point in the history
Extremely small typo fix
  • Loading branch information
crynobone committed Feb 9, 2016
2 parents 503d407 + be5bcfd commit 684d781
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 @@ -53,7 +53,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase implements TestCaseC
protected $beforeApplicationDestroyedCallbacks = [];

/**
* Indicates if we have made it throught the base setUp function.
* Indicates if we have made it through the base setUp function.
*
* @var bool
*/
Expand Down

0 comments on commit 684d781

Please sign in to comment.