mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Add test for the BaseTestCaseTrait trait
This commit is contained in:
22
tests/Traits/Test/Base/BaseTestCaseTrait/SimpleTestCase.php
Normal file
22
tests/Traits/Test/Base/BaseTestCaseTrait/SimpleTestCase.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Meritoo\Test\Common\Traits\Test\Base\BaseTestCaseTrait;
|
||||
|
||||
use Meritoo\Common\Traits\Test\Base\BaseTestCaseTrait;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class SimpleTestCase
|
||||
{
|
||||
use BaseTestCaseTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user