Symfony\Component\HttpFoundation\Tests\ResponseTest::testDeprecations PHP Method

testDeprecations() public method

public testDeprecations ( )
    public function testDeprecations()
    {
        new ExtendedResponse();

        // Deprecations should not be triggered twice
        new ExtendedResponse();
    }
ResponseTest