adrema/tests/Traits/FakesTex.php

19 lines
185 B
PHP
Raw Normal View History

2021-07-15 21:18:13 +02:00
<?php
namespace Tests\Traits;
trait FakesTex
{
public function fakeTex(): void
{
}
public function assertTexCount(int $count): void
{
}
}