name: UriSignerTest class_comment: '# * @group time-sensitive' dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: LogicException type: class source: Symfony\Component\HttpFoundation\Exception\LogicException - name: Request type: class source: Symfony\Component\HttpFoundation\Request - name: UriSigner type: class source: Symfony\Component\HttpFoundation\UriSigner properties: [] methods: - name: testSign visibility: public parameters: [] comment: null - name: testCheck visibility: public parameters: [] comment: null - name: testCheckWithDifferentArgSeparator visibility: public parameters: [] comment: null - name: testCheckWithRequest visibility: public parameters: [] comment: null - name: testCheckWithDifferentParameter visibility: public parameters: [] comment: null - name: testSignerWorksWithFragments visibility: public parameters: [] comment: null - name: testSignWithUriExpiration visibility: public parameters: [] comment: null - name: testSignWithoutExpirationAndWithReservedHashParameter visibility: public parameters: [] comment: null - name: testSignWithoutExpirationAndWithReservedParameter visibility: public parameters: [] comment: null - name: testSignWithExpirationAndWithReservedHashParameter visibility: public parameters: [] comment: null - name: testSignWithExpirationAndWithReservedParameter visibility: public parameters: [] comment: null - name: testCheckWithUriExpiration visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\HttpFoundation\Exception\LogicException - Symfony\Component\HttpFoundation\Request - Symfony\Component\HttpFoundation\UriSigner interfaces: []