Skip to content

Commit bee4dc1

Browse files
committed
Merge pull request laravel#3799 from drawmyattention/patch-1
Make TestCase abstract
2 parents b402405 + 7a449f8 commit bee4dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class TestCase extends Illuminate\Foundation\Testing\TestCase
3+
abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
44
{
55
/**
66
* The base URL to use while testing the application.

0 commit comments

Comments
 (0)