PhlyTest\Http\StreamTest::testSizeReportsNullWhenNoResourcePresent PHP Method

testSizeReportsNullWhenNoResourcePresent() public method

    public function testSizeReportsNullWhenNoResourcePresent()
    {
        $this->stream->detach();
        $this->assertNull($this->stream->getSize());
    }
StreamTest