<?php namespace Tests\Traits; trait FakesTex { public function fakeTex(): void { } public function assertTexCount(int $count): void { } }