mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-13 01:51:50 +01:00
Increase code coverage of the BaseTestCaseTrait
This commit is contained in:
@@ -19,4 +19,8 @@ use Meritoo\Common\Traits\Test\Base\BaseTestCaseTrait;
|
||||
class SimpleTestCase
|
||||
{
|
||||
use BaseTestCaseTrait;
|
||||
|
||||
private function thePrivateMethod(): void
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user