Longman\TelegramBot\Tests\Unit\Commands\UserCommands\EchoCommandTest::setUp PHP Method

setUp() public method

setUp
public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->command = new EchoCommand($this->telegram);
    }