PhpGitHooks\Module\Configuration\Tests\Stub\MessageStub::random PHP Метод

random() публичный статический Метод

public static random ( ) : PhpGitHooks\Module\Configuration\Domain\Message
Результат PhpGitHooks\Module\Configuration\Domain\Message
    public static function random()
    {
        return self::create(StubCreator::faker()->word);
    }

Usage Example

Пример #1
0
 /**
  * @return Messages
  */
 public static function random()
 {
     return self::create(MessageStub::random(), MessageStub::random());
 }
All Usage Examples Of PhpGitHooks\Module\Configuration\Tests\Stub\MessageStub::random
MessageStub