Elgg\Security\SignedUrlTest::testCanNotDoubleSignUrl PHP Method

testCanNotDoubleSignUrl() public method

    public function testCanNotDoubleSignUrl()
    {
        $signed_url = $this->service->sign($this->url);
        $this->service->sign($signed_url);
    }