Skip to content

Commit

Permalink
Declare TestCase as an abstract class
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 9, 2013
1 parent 4eb8e26 commit 2d5e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/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 {

/**
* Creates the application.
Expand Down

0 comments on commit 2d5e18e

Please sign in to comment.