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