Neos\Flow\Tests\Unit\Http\ResponseTest::contentAndExpectedStringRepresentation PHP 메소드

contentAndExpectedStringRepresentation() 공개 메소드

    public function contentAndExpectedStringRepresentation()
    {
        return [['foo bar', 'foo bar'], [2556, '2556'], [true, '1'], [false, ''], [new \stdClass(), '']];
    }
ResponseTest