at the end of the day, it was inevitable
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Class AppTestCase
|
||||
* @package Tests
|
||||
*/
|
||||
class AppTestCase extends TestCase
|
||||
{
|
||||
|
||||
use AppTestCaseTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user