EDD\HelpScout\RequestTest::test_constructor PHP Method

test_constructor() public method

public test_constructor ( )
    public function test_constructor()
    {
        $data = ['key' => 'value'];
        $request = new Request($data);
        self::assertNotEmpty($request->signature);
    }