ScriptFUSIONTest\Unit\Porter\Net\Http\HttpOptionsTest::testFollowLocation PHP Метод

testFollowLocation() публичный Метод

public testFollowLocation ( )
    public function testFollowLocation()
    {
        $options = (new HttpOptions())->setFollowLocation(true);
        self::assertTrue($options->getFollowLocation());
        self::assertFalse($options->setFollowLocation(false)->getFollowLocation());
    }