mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-03 21:37:52 +02:00
9 lines
84 B
PHP
9 lines
84 B
PHP
<?php
|
|
|
|
namespace Test;
|
|
|
|
class BaseTestCase extends \PHPUnit\Framework\TestCase
|
|
{
|
|
|
|
}
|