Skip to content

Commit 7a449f8

Browse files
committed
Make TestCase abstract
1 parent b402405 commit 7a449f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

+1-1
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)