for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TheCodingMachine\TDBM\Fixtures\Traits;
trait TestOtherUserTrait
{
public function method1(): string
return 'TestOtherUserTrait';
}