getHttpsNamespaceMocks example


class CsrfTokenManagerTest extends TestCase
{
    public function testGetNonExistingTokenEmptyNamespace()
    {
        $this->assertGetNonExistingToken(...$this->getEmptyNamespaceMocks());
    }

    public function testGetNonExistingTokenHttpsNamespace()
    {
        $this->assertGetNonExistingToken(...$this->getHttpsNamespaceMocks());
    }

    public function testGetNonExistingTokenCustomNamespace()
    {
        $this->assertGetNonExistingToken(...$this->getCustomNamespaceMocks());
    }

    public function testGetNonExistingTokenRequestStack()
    {
        $this->assertGetNonExistingToken(...$this->getRequestStackMocks());
    }

    
Home | Imprint | This part of the site doesn't use cookies.