Skip to content

Commit

Permalink
Make TestCase abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
amochohan committed Jun 2, 2016
1 parent b402405 commit 7a449f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class TestCase extends Illuminate\Foundation\Testing\TestCase
abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
{
/**
* The base URL to use while testing the application.
Expand Down

0 comments on commit 7a449f8

Please sign in to comment.