mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
* deps: add dshafik/bag * refactor: create Bag equivalents of Data classes * zap: nuke the ill-conceived PluginProps/ThemeProps * deps: remove spatie/laravel-data * fix: comment out ignoreErrors pattern * tweak: we don't use a baseline
10 lines
168 B
PHP
10 lines
168 B
PHP
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
|
|
|
abstract class TestCase extends BaseTestCase
|
|
{
|
|
protected bool $seed = true;
|
|
}
|