mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
use CreatesApplication;
|
|
}
|