mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 06:10:10 +00:00
11 lines
113 B
PHP
11 lines
113 B
PHP
<?php
|
|
|
|
namespace Tests\Feature;
|
|
|
|
use Tests\TestCase;
|
|
|
|
abstract class FeatureTestCase extends TestCase
|
|
{
|
|
//
|
|
}
|