Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 25, 2017
1 parent c50acbb commit 1cf6013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Tests written on Laravel 5.3 will extend the `BrowserKitTest` class while any ne
use Illuminate\Contracts\Console\Kernel;
use Laravel\BrowserKitTesting\TestCase as BaseTestCase;

abstract class BrowserKitTestCase extends BaseTestCase
abstract class BrowserKitTest extends BaseTestCase
{
/**
* The base URL of the application.
Expand Down

0 comments on commit 1cf6013

Please sign in to comment.